Add more theme stuff, add a smidge of content

This commit is contained in:
2024-08-08 11:07:08 -04:00
parent 80c987ca91
commit e6340a906b
1138 changed files with 194811 additions and 5 deletions

View File

@@ -1,8 +1,10 @@
<!DOCTYPE html>
<html lang="{{ or site.Language.LanguageCode }}" dir="{{ or site.Language.LanguageDirection `ltr` }}">
<head>
{{ partial "head.html" . }}
</head>
<body>
<header>
{{ partial "header.html" . }}
@@ -12,6 +14,9 @@
</main>
<footer>
{{ partial "footer.html" . }}
<!-- Script inclusion in partials/script.html -->
{{- partial "script.html" . -}}
</footer>
</body>
</html>
</html>