diff options
author | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 09:55:21 +0100 |
---|---|---|
committer | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 09:55:21 +0100 |
commit | f08e56433fb2c92a9172787adcb33edee347bc7b (patch) | |
tree | a22469e241b12306d1fc6c766bcd82ebb74b5c7b /templates/category.html | |
parent | 620ce27818a754dc9604d5a9344fa493cdf1241b (diff) |
Update for new upstream version (revision 3891)upstream
Diffstat (limited to 'templates/category.html')
-rw-r--r-- | templates/category.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/category.html b/templates/category.html new file mode 100644 index 0000000..56f8e93 --- /dev/null +++ b/templates/category.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ category }}{% endblock %} |