Rework related_posts css.

This commit is contained in:
Matt Klich 2016-02-22 11:32:50 -07:00
parent 0e629861c4
commit 2dd409a44d
3 changed files with 7 additions and 3 deletions

View file

@ -35,14 +35,14 @@
</div>
{% endif %}
{% if article.related_posts %}
<footer>
<div class="related-posts">
<h4>Related posts:</h4>
<ul>
{% for related_post in article.related_posts %}
<li><a href="{{ SITEURL }}/{{ related_post.url }}">{{ related_post.title }}</a></li>
{% endfor %}
</ul>
</footer>
</div>
{% endif %}
{% include "partial/disqus.html" %}
</article>