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/list.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/tags/list.html (limited to 'templates/tags/list.html') diff --git a/templates/tags/list.html b/templates/tags/list.html new file mode 100644 index 0000000..9fdee7e --- /dev/null +++ b/templates/tags/list.html @@ -0,0 +1,14 @@ +{% extends "index.html" %} + +{% block title %}Tags{% endblock title%} + +{% block content %} +

Tags

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