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/author.html b/templates/author.html index c2decd3..ee17552 100644 --- a/templates/author.html +++ b/templates/author.html
@@ -1,6 +1,8 @@ {% extends "index.html" %} {% block title %}Author: {{ author }} | {{ SITENAME }}{% endblock %} +{% block description %}Posts by {{ author }} on this site{% endblock %} + {% block subheader %} <p>Author: {{ author }}</p> {% endblock %}