source for sakino.kelbie.scot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
493 B

  1. <!DOCTYPE html>
  2. <html lang="{{- site.Language.Lang -}}">
  3. {{- partial "head.html" . -}}
  4. <body>
  5. <input type="checkbox" id="theme-switch" class="theme-switch" autocomplete="on">
  6. <section id="page">
  7. {{ partial "navbar.html" . }}
  8. <main>
  9. {{- block "main" . }}{{- end }}
  10. <aside class="profile title h-card p-author">
  11. {{ partial "aside.html" . }}
  12. </aside>
  13. </main>
  14. {{ partial "footer.html"}}