diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index f7f7a87..e658e98 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -1,9 +1,7 @@
-
-

- <%= @note.name %> -

-
+ <.header titleclass="p-name"> + <:title><%= @note.name %> +
<%= Markdown.render(@note.content) |> raw %>