diff options
| author | Daniel Hader <[email protected]> | 2026-09-07 20:32:43 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-09-07 20:32:43 -0500 |
| commit | daf27b9ed31772688f1cb0277f16967594f392d9 (patch) | |
| tree | 795e759ef6cbfb9caccf298636c2d9feb03a21d2 /themes/simple/templates/category.html | |
| parent | 0db125a9f71b9ceb31176ea06a480dae7e484039 (diff) | |
Diffstat (limited to 'themes/simple/templates/category.html')
| -rw-r--r-- | themes/simple/templates/category.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/simple/templates/category.html b/themes/simple/templates/category.html index bfad391..f546bbb 100644 --- a/themes/simple/templates/category.html +++ b/themes/simple/templates/category.html @@ -3,5 +3,6 @@ {% block title %}{{ SITENAME|striptags }} - {{ category }} category{% endblock %} {% block content_title %} - <h2>Articles in the {{ category }} category</h2> +<h2>Stuff I've written about {{ category }}</h2> +<hr> {% endblock %} |
