Fork of @spf13's port of Mdo's excellent theme to Hugo https://brendan.abolivier.bzh/

baseof.html 328B

12345678910
  1. {{ partial "head.html" . }}
  2. <body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
  3. {{ partial "sidebar.html" . }}
  4. <main class="content container">
  5. {{ block "main" . -}}{{- end }}
  6. </main>
  7. {{ template "_internal/google_analytics_async.html" . }}
  8. </body>
  9. </html>