Blog: typo fix in template.

Template had a typo from last commit.
This commit is contained in:
Bradley M. Kuhn 2017-09-13 09:46:38 -07:00
parent bea2e11108
commit 477e9f4c02

View file

@ -36,7 +36,7 @@ This partial accepts these optional parameters:
{% if show|default:"body" != "body" %} {% if show|default:"body" != "body" %}
<p><a class="continued" href="{{ entry.get_absolute_url }}">Read More&hellip;</a></p> <p><a class="continued" href="{{ entry.get_absolute_url }}">Read More&hellip;</a></p>
{% endif %} {% endif %}
{% if show != "summary"} {% if show != "summary" %}
<p class="permalink"><a href="{{ entry.get_absolute_url }}">[permalink]</a></p> <p class="permalink"><a href="{{ entry.get_absolute_url }}">[permalink]</a></p>
{% endif %} {% endif %}