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