From f08e56433fb2c92a9172787adcb33edee347bc7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Laboissi=C3=A8re?= Date: Sun, 11 Dec 2022 09:55:21 +0100 Subject: Update for new upstream version (revision 3891) --- templates/tag.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/tag.html (limited to 'templates/tag.html') diff --git a/templates/tag.html b/templates/tag.html new file mode 100644 index 0000000..68cdcba --- /dev/null +++ b/templates/tag.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %} -- cgit v1.2.3