Enforce that read more link is on a separate line

This commit is contained in:
Mikko Ahlroth 2018-11-30 07:14:15 +02:00
parent af5318326d
commit 6eaac4640c

View file

@ -30,7 +30,7 @@
<% end %>
<%= if multi && (post.has_more || Mebe2.get_conf(:force_read_more)) do %>
<a href="<%= Mebe2.Web.Views.Utils.get_post_path(post) %>">Read more</a>
<p><a href="<%= Mebe2.Web.Views.Utils.get_post_path(post) %>">Read more</a></p>
<% end %>
<%=