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

This commit is contained in:
inhji 2023-07-05 16:53:20 +02:00
parent 8057d50ecd
commit 4386f8fe73

View file

@ -1,9 +1,7 @@
<article class="h-entry hentry">
<header>
<h1 class="mt-16 lg:text-5xl md:text-4xl text-3xl font-bold text-theme-base | p-name">
<%= @note.name %>
</h1>
</header>
<.header titleclass="p-name">
<:title><%= @note.name %></:title>
</.header>
<section class="mt-8 prose prose-gruvbox md:prose-lg lg:prose-xl | p-summary e-content">
<%= Markdown.render(@note.content) |> raw %>