Files
therinaldos.com/layouts/_default/baseof.html
T
david 957f00d315
Build & Deploy to DigitalOcean Space / build (push) Successful in 3m28s
fix google_analytics_async error
2024-05-05 16:10:13 -04:00

19 lines
308 B
HTML
Executable File

<!DOCTYPE HTML>
<html>
{{ partial "head" . }}
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
{{- block "main" . }}{{- end }}
<!-- Wrapper -->
</div>
{{ template "_internal/google_analytics.html" . }}
{{ partial "scripts" . }}
</body>
</html>