diff --git a/templates/tag.html b/templates/tag.html index e69de29..8090efd 100755 --- a/templates/tag.html +++ b/templates/tag.html @@ -0,0 +1,20 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - Tag {{ tag }}{% endblock %} +{% block header %} + {% if HEADER_COVER %} +
+ {% else %} +
+ {% endif %} +
+
+
+
+

Tag {{ tag }}

+
+
+
+
+
+{% endblock header %} +