templates: Added blog article title to <title>

Closes #1628.

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-06-16 00:25:21 -06:00
commit d335c2bd57
2 changed files with 6 additions and 3 deletions

View file

@ -2,7 +2,11 @@
<!doctype html>
<html>
<head>
<title>{% page_attribute "page_title" %}</title>
<title>
{% block title %}
{% page_attribute "page_title" %}
{% endblock %}
</title>
{% addtoblock "external-css" %}
{% bootstrap_css %}