dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_anatole
mirror of
https://github.com/lxndrblz/anatole.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Reverted Switching Mechanism
Alexander Bilz
18.05.2021
4bbd40e9d21407abe7d70f4c7e790950d6b5e1b4
[external-software/github_gohugo_theme_anatole.git]
/
exampleSite
/
config
/
_default
/
languages.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
[en]
title = "My blog"
weight = 1
LanguageName = "EN"
contentDir = "content/english"
[ar]
title = "عربي"
description = "أنا أحمد"
contentDir = "content/arabic"
weight = 2
LanguageDirection = "rtl"
LanguageName = "AR"