jk.nipponalba.scot website https://jk.nipponalba.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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

19 lines
981 B

5 years ago
5 years ago
5 years ago
5 years ago
  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. <div class="h-card p-author" style="display: none;">
  7. <a rel="author" class= "p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿</a>
  8. <p class="p-note">Quintessentially Celtic, vehemently Viking, passionately European, unashamedly, proudly Scottish, craft beer and single malt whisky lover, enthusiastic cook, vegan, perpetually exhausted dad, pronouns: he/him</p>
  9. <img class="u-photo" src="/images/profile.jpg" />
  10. </div>
  11. <div id="page">
  12. {{- partial "sidebar.html" . -}}
  13. {{ partial "navbar.html" . }}
  14. <div class="main">
  15. <div class="content">
  16. {{- block "main" . }}{{- end }}
  17. </div>
  18. </div>
  19. {{- partial "footer.html" . -}}