commit | bc52661caad0ab93f161e08829952ea4868bf914 | [log] [tgz] |
---|---|---|
author | Carey Metcalfe <carey@cmetcalfe.ca> | Fri Oct 21 23:38:02 2016 -0400 |
committer | Carey Metcalfe <carey@cmetcalfe.ca> | Fri Oct 21 23:38:02 2016 -0400 |
tree | b1840577428767d4c45fde065b7596fdbc173646 | |
parent | cccb4ecd89128770d96214238f53ff4b3e3c1a01 [diff] [blame] |
Add config option to README - Also makes a small formatting change to the <title> string
diff --git a/templates/base.html b/templates/base.html index a456134..3d69679 100644 --- a/templates/base.html +++ b/templates/base.html
@@ -34,9 +34,7 @@ {{tags|join(', ', attribute='0') }}"> {% endblock %} - <title> - {% block title %}{{ SITENAME }}{% endblock %} - </title> + <title>{% block title %}{{ SITENAME }}{% endblock %}</title> {% include "modules/analytics.html" %} </head>