templates: Added blog article title to <title>
Closes #1628. Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
46d3c084e7
commit
d335c2bd57
2 changed files with 6 additions and 3 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue