dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' into demo
Regis Philibert
06.27.2022
b7b4d8775a8164018d65ae139f3b1821e6b6874c
[external-software/github_gohugo-theme-ananke.git]
/
layouts
/
partials
/
func
/
GetLanguageDirection.html
1
2
3
4
5
6
7
{{ $dir := "" }}
{{ if ge hugo.Version "0.67.1" }}
{{ with site.Language.LanguageDirection }}
{{ $dir = . }}
{{ end }}
{{ end }}
{{ return $dir }}