Removing old theme

Removing custom css + js options
Removing google analytics
This commit is contained in:
2020-06-01 05:59:11 +01:00
parent c10b7b0026
commit b220839606

View File

@@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
{{ partial "head.html" . }} {{ partial "head.html" . }}
{{ partial "css.html" . }}
{{ partial "schema.html" . }} {{ partial "schema.html" . }}
</head> </head>
@@ -16,9 +15,6 @@
{{ block "main" . }}{{ end }} {{ block "main" . }}{{ end }}
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
{{ partial "foot.html" . }} {{ partial "foot.html" . }}
{{ template "_internal/google_analytics.html" . }}
{{ partial "js.html" . }}
</body> </body>
</html> </html>