Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2022-10-30 16:27:22 +0300
committerweru <fromweru@gmail.com>2022-10-30 16:27:22 +0300
commit944c4c3427a9fa627a8f9697731820f061dfceba (patch)
treefadb307d7a3d5e234a1c12f8da2379e7106af9fc
parent46240e25af0bf0fcf3b8f82143643715c688244b (diff)
add inline documentation
Signed-off-by: weru <fromweru@gmail.com>
-rw-r--r--exampleSite/config/_default/languages.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/config/_default/languages.toml b/exampleSite/config/_default/languages.toml
index 82b457d..71ebefb 100644
--- a/exampleSite/config/_default/languages.toml
+++ b/exampleSite/config/_default/languages.toml
@@ -1,4 +1,3 @@
-
[en]
title = "Clarity"
LanguageName = "English"
@@ -7,4 +6,6 @@
[pt]
title = "Claridade" # just for the sake of showing this is possible
LanguageName = "Português"
- weight = 2 \ No newline at end of file
+ weight = 2
+
+ # tip: assign the default language the lowest Weight \ No newline at end of file