diff --git a/lib/chiya_web/controllers/page_html/tag.html.heex b/lib/chiya_web/controllers/page_html/tag.html.heex index c679297..8340c39 100644 --- a/lib/chiya_web/controllers/page_html/tag.html.heex +++ b/lib/chiya_web/controllers/page_html/tag.html.heex @@ -1,9 +1,7 @@ -

- Tagged with “<%= @tag.name %>” -

-

- <%= @tag.content %> -

+<.header> + <:title>Tagged with “<%= @tag.name %>” + <:subtitle><%= @tag.content %> +
<.note_list notes={@tag.notes} />