From dd4efd4f8e41dafcc522fd09a78e27baeb9bd2ab Mon Sep 17 00:00:00 2001 From: lsof Date: Sun, 15 Sep 2024 12:30:02 +0200 Subject: blog: add taxonomies (tags) --- templates/taxonomy_single.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/taxonomy_single.html (limited to 'templates/taxonomy_single.html') diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html new file mode 100644 index 0000000..9f93975 --- /dev/null +++ b/templates/taxonomy_single.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} + +{% block title %}#{{ term.name }}{% endblock title %} + +{% block content %} + +

+ #{{ term.name }} +

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