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
|
||||
{%- if alt %} lang="{{ alt }}"
|
||||
{%- endif %}>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<!-- __ _____ _
|
||||
/ \__..-""" ;-.",'/
|
||||
( / \_ `.' / `.
|
||||
|
@ -28,7 +30,6 @@
|
|||
`::|| | | | | | \ |
|
||||
`-._| | \ | \ `.___/
|
||||
\_______) \_______) C3WOC -->
|
||||
<head>
|
||||
{# remove next line and robots.txt if LIVE not preview #}
|
||||
<meta name="robots" content="noindex">
|
||||
{#-
|
||||
|
@ -47,7 +48,6 @@
|
|||
.navlist__navitem.-active
|
||||
|
||||
#}
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<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>
|
||||
{%- endif %}
|
||||
</body>
|
||||
</html>
|
||||
<!-- __ _____ _
|
||||
/ \__..-""" ;-.",'/
|
||||
( / \_ `.' / `.
|
||||
|
|
Loading…
Reference in a new issue