Whitespace
This commit is contained in:
parent
a08e99f36a
commit
cfe8972a5c
|
@ -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">
|
||||
|
|
Reference in a new issue