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

This commit is contained in:
inhji 2023-07-07 13:49:32 +02:00
parent 672aff2d52
commit 4c4cb83bf0

View file

@ -1,3 +1,4 @@
<section class="max-w-2xl mx-auto">
<article class="h-entry hentry">
<.header class_title="p-name">
<:title><%= @note.name %></:title>
@ -55,3 +56,4 @@
<% end %>
</section>
</article>
</section>