improve template
This commit is contained in:
parent
26234267f7
commit
92b2d1b7cf
1 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
||||||
<html
|
<html
|
||||||
{%- if alt %} lang="{{ alt }}"
|
{%- if alt %} lang="{{ alt }}"
|
||||||
{%- endif %}>
|
{%- endif %}>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
<!-- __ _____ _
|
<!-- __ _____ _
|
||||||
/ \__..-""" ;-.",'/
|
/ \__..-""" ;-.",'/
|
||||||
( / \_ `.' / `.
|
( / \_ `.' / `.
|
||||||
|
@ -28,7 +30,6 @@
|
||||||
`::|| | | | | | \ |
|
`::|| | | | | | \ |
|
||||||
`-._| | \ | \ `.___/
|
`-._| | \ | \ `.___/
|
||||||
\_______) \_______) C3WOC -->
|
\_______) \_______) C3WOC -->
|
||||||
<head>
|
|
||||||
{# remove next line and robots.txt if LIVE not preview #}
|
{# remove next line and robots.txt if LIVE not preview #}
|
||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
||||||
{#-
|
{#-
|
||||||
|
@ -47,7 +48,6 @@
|
||||||
.navlist__navitem.-active
|
.navlist__navitem.-active
|
||||||
|
|
||||||
#}
|
#}
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||||
<title>{% block title %}C3 Waffel Operation Center{% endblock %} | C3WOC</title>
|
<title>{% block title %}C3 Waffel Operation Center{% endblock %} | C3WOC</title>
|
||||||
|
@ -224,6 +224,7 @@ __ ____ _| |_| |_| | ___
|
||||||
{{- '\n ' -}} <script type="text/javascript" src="{{ '/js/nav_toggle.js'|asseturl }}"></script>
|
{{- '\n ' -}} <script type="text/javascript" src="{{ '/js/nav_toggle.js'|asseturl }}"></script>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
<!-- __ _____ _
|
<!-- __ _____ _
|
||||||
/ \__..-""" ;-.",'/
|
/ \__..-""" ;-.",'/
|
||||||
( / \_ `.' / `.
|
( / \_ `.' / `.
|
||||||
|
|
Loading…
Reference in a new issue