Initial site working
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
{{ $dir := "" }}
|
||||
{{ if ge hugo.Version "0.67.1" }}
|
||||
{{ with site.Language.LanguageDirection }}
|
||||
{{ $dir = . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ return $dir }}
|
Reference in New Issue
Block a user