Lose brackets?

This commit is contained in:
mattbk
2017-03-28 09:53:20 -05:00
committed by GitHub
parent d34cb78a8c
commit 038bbe52da

View File

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