From f7dc814f669481362d650590eb90f5ca2d433493 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 13 May 2021 00:07:57 +0200 Subject: index: added tags (taxonomy) to the page overview list --- templates/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index f0a781e..c1cd4e8 100644 --- a/templates/index.html +++ b/templates/index.html @@ -75,6 +75,15 @@ {{ page.date | date(format="%Y-%m-%d") }} + + + {% if page.taxonomies.tags %} + {% for tag in page.taxonomies.tags %} + #{{ tag }} + {% endfor %} + {% endif %} + + {% endfor %} -- cgit v1.2.3