aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae/history/_includes/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/immae/history/_includes/post.html')
-rw-r--r--modules/private/websites/immae/history/_includes/post.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/private/websites/immae/history/_includes/post.html b/modules/private/websites/immae/history/_includes/post.html
index 04f4a77..c6177ab 100644
--- a/modules/private/websites/immae/history/_includes/post.html
+++ b/modules/private/websites/immae/history/_includes/post.html
@@ -17,6 +17,9 @@
17 {% endif %} 17 {% endif %}
18 {% endfor %} 18 {% endfor %}
19 <span class="category {% if color %}{{ color }}{% endif %}">{{ include.category }}</span> 19 <span class="category {% if color %}{{ color }}{% endif %}">{{ include.category }}</span>
20 {% for tag in include.tags %}
21 <span class="category">{{ tag }}</span>
22 {% endfor %}
20 {% endif %} 23 {% endif %}
21 </div> 24 </div>
22 <div class="post-content my-4 text-grey-darker leading-normal text-base font-thin"> 25 <div class="post-content my-4 text-grey-darker leading-normal text-base font-thin">