mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Fix missing closing </section>.
This commit is contained in:
parent
747c9bd7bc
commit
50b4c4bbd4
@ -82,12 +82,13 @@
|
|||||||
<a rel="previous" href="{{ page.previous.url }}">{{ page.previous.title }} →</a>
|
<a rel="previous" href="{{ page.previous.url }}">{{ page.previous.title }} →</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</section>
|
||||||
{% comment %}
|
{% comment %}
|
||||||
{% if site.related_posts %}
|
{% if site.related_posts %}
|
||||||
<section id="related">
|
<section id="related">
|
||||||
<ul>
|
<ul>
|
||||||
{% for relpost in site.related_posts %}
|
{% for relpost in site.related_posts %}
|
||||||
<li><a href="{{ relpost.url }}">{{ relpost.title }}</a>></li>
|
<li><a href="{{ relpost.url }}">{{ relpost.title }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user