hugo-book-theme/layouts/posts/baseof.html

20 lines
337 B
HTML
Raw Normal View History

2018-11-24 15:14:43 +01:00
<!DOCTYPE html>
{{- partial "docs/shared" -}}
<html>
<head>
{{ partial "docs/html-head" . }}
{{ partial "docs/inject/head" . }}
</head>
<body>
2018-11-25 11:59:42 +01:00
<main class="book-posts mx-auto">
{{ template "main" . }}
2018-11-24 15:14:43 +01:00
</main>
{{ partial "docs/inject/body" . }}
{{ template "_internal/google_analytics_async.html" . }}
2018-11-24 15:14:43 +01:00
</body>
2018-11-25 13:30:25 +01:00
</html>