diff --git a/lib/chiya_web/controllers/page_html/wiki.html.heex b/lib/chiya_web/controllers/page_html/wiki.html.heex index 4e93ff7..690b566 100644 --- a/lib/chiya_web/controllers/page_html/wiki.html.heex +++ b/lib/chiya_web/controllers/page_html/wiki.html.heex @@ -1,25 +1,25 @@ -
+
<.header> <:title>Wiki -
+
<%= Markdown.render(@channel.content) |> raw %>
+
- <%= if @channel do %> -
-
-

Recently Updated

+<%= if @channel do %> +
+
+

Recently Updated

- <.note_list notes={@notes_updated} layout={@channel.layout} /> -
+ <.note_list notes={@notes_updated} layout={@channel.layout} /> +
-
-

Recently Published

+
+

Recently Published

- <.note_list notes={@notes_published} layout={@channel.layout} /> -
-
- <% end %> -
\ No newline at end of file + <.note_list notes={@notes_published} layout={@channel.layout} /> + +
+<% end %> \ No newline at end of file