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.

13 lines
406 B

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