Revert "Lose brackets?"

This reverts commit 038bbe52da.
This commit is contained in:
mattbk
2017-03-28 09:54:13 -05:00
parent 038bbe52da
commit 627eabfdc7

View File

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