mirror of
https://github.com/fmtlib/fmt.git
synced 2026-04-08 15:52:01 +02:00
Use template comments because they are removed from output
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user