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 %} {% block content %}{% endblock %}
{% if page.related %} {% if page.related -%}
<h2>Related Posts</h2> <h2>Related Posts</h2>
<ul> <ul>
{% for relate in page.related -%} {% for relate in page.related -%}
<li><a href="{{ relate.source.url }}">{{ relate.title }}</a></li> <li><a href="{{ relate.source.url }}">{{ relate.title }}</a></li>
{%- endfor %} {% endfor %}
</ul> </ul>
{% endif %} {%- endif %}
{% if page.tags %} {% if page.tags %}
<p class="tags"> <p class="tags">