Try to show title.

This commit is contained in:
mattbk
2017-03-09 12:52:00 -06:00
parent 0e49d6d961
commit 543e4929c5

View File

@ -1,3 +1,5 @@
{% assign page = post %}
<h1 class="entry-title">
{% if page.title %}
<a href="{{ root_url }}{{ page.url }}">{{ page.title }}</a>