From 8e6654ddc8a5801ac5c73488e45635e15b575774 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 12 May 2021 01:04:48 +0200 Subject: added "tags" taxonomy --- templates/tags/single.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/tags/single.html (limited to 'templates/tags/single.html') diff --git a/templates/tags/single.html b/templates/tags/single.html new file mode 100644 index 0000000..4062e4a --- /dev/null +++ b/templates/tags/single.html @@ -0,0 +1,16 @@ +{% extends "index.html" %} + +{% block title %}#{{ term.name }}{% endblock title%} + +{% block content %} +

Tag: #{{ term.name }}

+ + + +{% endblock content %} -- cgit v1.2.3