1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-23 12:12:20 +00:00

Fixed html titles

This commit is contained in:
J. Fernando Sánchez
2015-12-08 15:19:16 +01:00
parent 518b99a30d
commit 09a35b2595
5 changed files with 11 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{% block content_title %}{% endblock %}</title>
<title>{{ SITENAME }} - {% block content_title %}{% endblock %}</title>
<meta name="viewport" content="width=device-width">
<!-- syntax highlighting CSS -->