commit | d44c2f9e95c1b8def691c56022c86a6a76025a53 | [log] [tgz] |
---|---|---|
author | pR0Ps <pR0Ps.CM@gmail.com> | Thu Dec 18 01:49:27 2014 -0500 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Thu Dec 18 01:49:27 2014 -0500 |
tree | 9a66db478c5acd29f40f6c614f357e072262cda4 | |
parent | 0edc5567a691cdd61eca7d8a41c6843e500430a8 [diff] [blame] |
Add generic descriptions for templates Fixes #8
diff --git a/templates/categories.html b/templates/categories.html index e089140..7dfad91 100644 --- a/templates/categories.html +++ b/templates/categories.html
@@ -1,6 +1,8 @@ {% extends "base.html" %} {% block title %}Categories | {{ SITENAME }}{% endblock %} +{% block description %}A listing of all categories on this site{% endblock %} + {% block subheader %} {% include "modules/blogsubheader.html" %} {% endblock subheader %}