commit | 663537ae43be3e5c0541ae9a5cc24803963081d8 | [log] [tgz] |
---|---|---|
author | Giulio Fidente <gfidente@redhat.com> | Wed Apr 17 16:48:53 2013 +0200 |
committer | Giulio Fidente <gfidente@redhat.com> | Wed Apr 17 16:48:53 2013 +0200 |
tree | e2abfb0bc21ac90c5b33a8ff479fe182e2b89a43 | |
parent | 28d7964b649ddd3b80f2070630807b71ec0c067b [diff] [blame] |
add author/description/keywords in the head section
diff --git a/templates/author.html b/templates/author.html index eb36f8f..f729e3b 100644 --- a/templates/author.html +++ b/templates/author.html
@@ -1,5 +1,5 @@ {% extends "index.html" %} -{% block title %}{{ SITENAME }} - Author: {{ author }}{% endblock %} +{% block title %}Author: {{ author }}{% endblock %} {% block header %} Author: {{ author }} {% endblock %}