diff --git a/lib/chiya_web/controllers/page_html/wiki.html.heex b/lib/chiya_web/controllers/page_html/wiki.html.heex index 9d07cf0..e639bab 100644 --- a/lib/chiya_web/controllers/page_html/wiki.html.heex +++ b/lib/chiya_web/controllers/page_html/wiki.html.heex @@ -1,19 +1,21 @@ -<.header> - <:title>Wiki - +
+ <.header> + <:title>Wiki + -
- <%= Markdown.render(@channel.content) |> raw %> -
+
+ <%= Markdown.render(@channel.content) |> raw %> +
-<%= if @channel do %> -
-
- <.note_list notes={@notes_updated} layout={@channel.layout} /> -
+ <%= if @channel do %> +
+
+ <.note_list notes={@notes_updated} layout={@channel.layout} /> +
-
- <.note_list notes={@notes_published} layout={@channel.layout} /> -
-
-<% end %> +
+ <.note_list notes={@notes_published} layout={@channel.layout} /> +
+
+ <% end %> +
\ No newline at end of file