Add page commenting

This commit is contained in:
Mikko Ahlroth 2018-11-04 12:12:47 +02:00
parent 66f70615b0
commit 8997e034a5

View file

@ -2,4 +2,10 @@
<h1><%= page.title %></h1>
<%= raw(page.content) %>
<%=
raw(if Mebe2.get_conf(:page_commenting) do
Mebe2.Web.Views.Comments.html(page.title)
end)
%>
</article>