From 4913ad5fa636e110dc8fd6a618c71b8fa27a3561 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 31 May 2020 12:59:40 +0200 Subject: Add styling, default license etc. --- templates/page.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 56317a7..5cdf946 100644 --- a/templates/page.html +++ b/templates/page.html @@ -7,9 +7,11 @@ Publisert: {{ page.date }} {% if page.author %}av {{ page.author }}{% endif %} - - Merket: {{ page.taxonomies['tags'] | join(sep=", ") }} - + {% if page.taxonomies %} + + Merket: {{ page.taxonomies['tags'] | join(sep=", ") }} + + {% endif %} {{ page.content | safe }} -- cgit v1.2.3