This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% from "macros/tag-links.html" import tag_links with context %}
|
||||
{% block body %}
|
||||
{% if this.parent._id == 'blog' %}
|
||||
<article class="blog-post-layout shell">
|
||||
@@ -22,7 +23,7 @@
|
||||
<div class="post-info-row">
|
||||
<dt>Tags</dt>
|
||||
<dd class="post-tags">
|
||||
{% for tag in this.tags %}<span>{{ tag }}</span>{% endfor %}
|
||||
{{ tag_links(this.tags) }}
|
||||
</dd>
|
||||
</div>
|
||||
</dl>
|
||||
@@ -70,7 +71,7 @@
|
||||
<div class="post-info-row">
|
||||
<dt>Topics</dt>
|
||||
<dd class="post-tags">
|
||||
{% for tag in this.tags %}<span>{{ tag }}</span>{% endfor %}
|
||||
{{ tag_links(this.tags) }}
|
||||
</dd>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user