Fix topics links in post footers

This commit is contained in:
Bill Niblock 2018-01-14 00:44:54 -05:00
parent 6c399feeeb
commit 3e26f3b973

View file

@ -19,7 +19,10 @@
</div>
<div id="content">
{{ content }}
<h4>[{{ page.author }}][{{ page.pub }}][{{ page.tags }}]</h4>
<h4>[ {{ page.author }} ][ {{ page.pub }} ][
{% for topic in page.topics %}
<a href="/topics/{{topic}}">{{topic}}</a>
{% endfor %}]</h4>
</div>
</div>
{% include cor_menu.html %}