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

github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2989a37..6b7f246 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ googleAnalytics = "UA-123-45"
[params.avatar]
use = "local" # "local" or "gravatar"
- [[params.gravatar]]
+ [params.gravatar]
email = "hugo@example.com"
size = 240
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1b6b72a..7dae235 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -36,7 +36,7 @@ disableKinds = ["taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT"]
[params.avatar]
use = "local"
- [[params.gravatar]]
+ [params.gravatar]
email = "hugo@example.com"
size = 240