Add hyperlinks to post and gallery titles, make page title optional.

This commit is contained in:
2016-02-08 22:16:28 +00:00
parent 90197bd78f
commit 9f290f80d7
5 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ layout: default
</p>
</section>
{% for post in paginator.posts %}
{% include post-detail.html %}
{% include post.html %}
{% endfor %}
{% if paginator.total_pages > 1 %}
<section>