1
0
forked from Git/hugo-story

Update layouts/_default/baseof.html

This commit is contained in:
Olivier 2024-04-19 18:07:49 +02:00
parent 3293c52e26
commit 3391bdf0e1

View File

@ -15,11 +15,8 @@
<div id="wrapper" class="divided"> <div id="wrapper" class="divided">
{{- block "main" . }}{{- end }} {{- block "main" . }}{{- end }}
<!-- Wrapper --> <!-- Wrapper -->
</div> </div>
{{ template "_internal/google_analytics.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
{{ partial "scripts" . }}
</body> </body>
</html> </html>