Use template comments because they are removed from output

This commit is contained in:
vitaut
2015-05-23 08:31:29 -07:00
parent 9ca1ce293e
commit 9af6c41684
2 changed files with 16 additions and 15 deletions

View File

@@ -111,8 +111,8 @@
<meta charset="{{ encoding }}">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content
must come *after* these tags -->
{# The above 3 meta tags *must* come first in the head; any other head content
must come *after* these tags. #}
{{ metatags }}
{%- block htmltitle %}
<title>{{ title|striptags|e }}{{ titlesuffix }}</title>