Initial cut

This commit is contained in:
Mark Bools
2024-07-13 11:25:02 +01:00
commit 9bd317a3fb
176 changed files with 53488 additions and 0 deletions
@@ -0,0 +1,7 @@
{{ $dir := "" }}
{{ if ge hugo.Version "0.67.1" }}
{{ with site.Language.LanguageDirection }}
{{ $dir = . }}
{{ end }}
{{ end }}
{{ return $dir }}