Fix topics links in post footers
This commit is contained in:
parent
6c399feeeb
commit
3e26f3b973
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
{{ 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>
|
||||||
</div>
|
</div>
|
||||||
{% include cor_menu.html %}
|
{% include cor_menu.html %}
|
||||||
|
|
Loading…
Reference in a new issue