Whitespace

This commit is contained in:
Oliver Davies 2015-07-21 21:29:58 +01:00
parent a08e99f36a
commit cfe8972a5c

View file

@ -8,15 +8,15 @@
{% block content %}{% endblock %}
{% if page.related %}
{% if page.related -%}
<h2>Related Posts</h2>
<ul>
{% for relate in page.related -%}
<li><a href="{{ relate.source.url }}">{{ relate.title }}</a></li>
{%- endfor %}
{% endfor %}
</ul>
{% endif %}
{%- endif %}
{% if page.tags %}
<p class="tags">