diff --git a/lib/chiya_web/controllers/page_html/tag.html.heex b/lib/chiya_web/controllers/page_html/tag.html.heex index 8340c39..b82ebe7 100644 --- a/lib/chiya_web/controllers/page_html/tag.html.heex +++ b/lib/chiya_web/controllers/page_html/tag.html.heex @@ -1,8 +1,10 @@ -<.header> - <:title>Tagged with “<%= @tag.name %>” - <:subtitle><%= @tag.content %> - +
+ <.header> + <:title>Tagged with “<%= @tag.name %>” + <:subtitle><%= @tag.content %> + -
- <.note_list notes={@tag.notes} /> -
\ No newline at end of file +
+ <.note_list notes={@tag.notes} /> +
+
\ No newline at end of file