From 043155b92a1ff080cb07285a66a1bf554f2d248e Mon Sep 17 00:00:00 2001 From: inhji Date: Fri, 31 Mar 2023 10:01:54 +0200 Subject: [PATCH] improve note page title --- lib/chiya_web/controllers/page_html/note.html.heex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index fd8a8f6..e747c83 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -1,6 +1,8 @@
-

<%= @note.name %>

-

+

+ <%= @note.name %> +

+

<%= pretty_date(@note.published_at) %>