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

github.com/themefisher/vex-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehedi Sharif Titas <mehedishariftitas@gmail.com>2020-10-02 08:48:48 +0300
committerGitHub <noreply@github.com>2020-10-02 08:48:48 +0300
commit0bd4c51c33ba829fae8a7a3a72f2da873a1e1bbc (patch)
treed6002a984db50b652d21a68cd0b1fbb7990ea4b7
parent171907ca826ad5a96f8a627db85f3e5ddbac953e (diff)
parent8aad73594ed2938d0de0eec76fb7f72b08ba970c (diff)
Merge pull request #18 from KeisukeYamashita/fix-typo-disable
Fix typo desable to disable
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c3336c0..d9dcd14 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -7,7 +7,7 @@ summarylength = "20"
# google analytics
googleAnalytics = "" # Ex: UA-123-45
# disable language
-disableLanguages = [] # desable language from here
+disableLanguages = [] # disable language from here
#################################### Plugins ##########################################