diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-05 18:34:02 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-05 18:34:02 -0400 |
commit | fe7012879c287d80598a9b6e40929b61eefcd25c (patch) | |
tree | ffedaef0f41b71192e1728d15c4c40f2dc41f1c3 /theme/templates/category.html | |
parent | 8e209973ab76e5d3b5657088306d5cd16a4eaaee (diff) | |
download | bnewnet-fe7012879c287d80598a9b6e40929b61eefcd25c.tar.gz bnewnet-fe7012879c287d80598a9b6e40929b61eefcd25c.zip |
basic fixups to templates and stylesheet
Diffstat (limited to 'theme/templates/category.html')
-rw-r--r-- | theme/templates/category.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/category.html b/theme/templates/category.html index c5bfe9b..2a5d250 100644 --- a/theme/templates/category.html +++ b/theme/templates/category.html @@ -1,3 +1,3 @@ -{% extends "index.html" %} +{% extends "list.html" %} {% block pagetitle %}Articles in the {{ category }} category{% endblock %} |