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>
|
||||
</div>
|
||||
{% endif %}
|
||||
</section>
|
||||
{% comment %}
|
||||
{% if site.related_posts %}
|
||||
<section id="related">
|
||||
<ul>
|
||||
{% 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 %}
|
||||
</ul>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user