summaryrefslogtreecommitdiff
path: root/layouts/posts/baseof.html
blob: 47371c0949cab6c8c9b60f1cece35940db2a1c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>