diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index 37c09f4..95792bb 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -1,6 +1,6 @@ -
-
-

+
+
+

<%= @note.name %>

@@ -9,10 +9,10 @@ <% else %> Unpublished <% end %> - + <.dot /> Last Updated - + <%= if not Enum.empty?(@note.tags) do %> <.dot /> Tags @@ -31,7 +31,7 @@

-
+
<%= Markdown.render(@note.content) |> raw %>
@@ -56,4 +56,4 @@

<% end %> - +