„lib/chiya_web/controllers/page_html/channel.html.heex“ ändern

This commit is contained in:
inhji 2023-07-05 16:52:41 +02:00
parent f942fbc4b7
commit 8057d50ecd

View file

@ -1,9 +1,7 @@
<h1 class="mt-16 text-3xl font-extrabold tracking-tight text-theme-primary">
<%= @channel.name %>
</h1>
<p class="mt-4 text-base leading-7 text-theme-base">
<%= @channel.content %>
</p>
<.header>
<:title><%= @channel.title %></:title>
<:subtitle><%= @channel.subtitle %></:subtitle>
</.header>
<div class="w-full mt-6 sm:w-auto flex flex-col gap-1.5">
<.note_list notes={@channel.notes} layout={@channel.layout} />