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

This commit is contained in:
inhji 2023-07-07 13:49:06 +02:00
parent 1d13b9d494
commit 672aff2d52

View file

@ -1,9 +1,10 @@
<.header class_title="text-theme-primary p-name" class_subtitle="p-summary">
<section class="max-w-2xl mx-auto">
<.header class_title="text-theme-primary p-name" class_subtitle="p-summary">
<:title><%= @settings.title %></:title>
<:subtitle><%= @settings.subtitle %></:subtitle>
</.header>
</.header>
<section class="text-sm my-8">
<section class="text-sm my-8">
<ul class="flex flex-wrap gap-3">
<li>
<a
@ -24,10 +25,11 @@
</li>
<% end %>
</ul>
</section>
</section>
<%= if @channel do %>
<%= if @channel do %>
<section class="mt-8">
<.note_list notes={@channel.notes} layout={@channel.layout} />
</section>
<% end %>
<% end %>
</section>