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
chore(git): merge pull request #740 from theNewDynamic/fix/netlify-config
Patrick Kollitsch
18.28.2024
8e1a6dc21313d3a765f122c2bd76bdc8ad174e67
[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 }}