hugo-book-theme/layouts/posts/baseof.html
2018-11-25 11:59:42 +01:00

19 lines
No EOL
336 B
HTML

<!DOCTYPE html>
{{- partial "docs/shared" -}}
<html>
<head>
{{ partial "docs/html-head" . }}
{{ partial "docs/inject/head" . }}
</head>
<body>
<main class="book-posts mx-auto">
{{ template "main" . }}
</main>
{{ partial "docs/inject/body" . }}
{{ template "_internal/google_analytics_async.html" . }}
</body>
</html>