Welcome to mirror list, hosted at ThFree Co, Russian Federation.

baseof.html « _default « layouts - github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5eb6408ff975e2321c15b2bda74841dfefbb1d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}">
  {{ partial "head.html" . }}
  <body>
    <div class="container paper">
      {{ partial "nav.html" . }}
      {{ block "main" . }}{{ end }}
      {{ partial "google-analytics-async.html" . }}
  </div>
  </body>
</html>