diff options
Diffstat (limited to 'templates/tag.html')
-rw-r--r-- | templates/tag.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/tag.html b/templates/tag.html index e69de29..b2cda7a 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -0,0 +1,6 @@ +{% extends "index.html" %} +{% block title %} {{SITENAME}} - Tag {{tag}} {% endblock %} +{% block home %} | <a href="{{ SITEURL }}">Home</a> | {% endblock %} +{% block content_title %} +<h2>Articles in the {{ tag }} tag</h2> +{% endblock %} |