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

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-gro <grossnik@tuvok>2018-06-28 14:46:53 +0300
committerit-gro <grossnik@tuvok>2018-06-28 14:46:53 +0300
commit7df3f667f79fc49fdb2c89e05e5c78c7da131eb7 (patch)
treea36b473bd9916fe88cc267e20c47641394986e5a /exampleSite
parentbe54d60e098940288be5324a681f91b809d6752a (diff)
Add config truncateSummaryForMetaDescription
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/.config.w3css-basic-exampleSite.toml7
-rw-r--r--exampleSite/config.toml7
2 files changed, 8 insertions, 6 deletions
diff --git a/exampleSite/.config.w3css-basic-exampleSite.toml b/exampleSite/.config.w3css-basic-exampleSite.toml
index 2b4f6b7..aa7818a 100644
--- a/exampleSite/.config.w3css-basic-exampleSite.toml
+++ b/exampleSite/.config.w3css-basic-exampleSite.toml
@@ -226,9 +226,10 @@ anchor = "smart"
# ##############################
# used in layouts/partials/head.meta.html
- authorName = "anonymous"
- defaultKeywords = ["foo", "bar"]
- defaultDescription = "example site created with hugo using theme hugo-theme-w3css-basic"
+ authorName = "anonymous"
+ defaultKeywords = ["foo", "bar"]
+ defaultDescription = "example site created with hugo using theme hugo-theme-w3css-basic"
+ truncateSummaryForMetaDescription = 120
# multiple lines in toml
# https://github.com/toml-lang/toml#user-content-string
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f2b89fa..e74903d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -221,9 +221,10 @@ anchor = "smart"
# ##############################
# used in layouts/partials/head.meta.html
- authorName = "anonymous"
- defaultKeywords = ["foo", "bar"]
- defaultDescription = "example site created with hugo using theme hugo-theme-w3css-basic"
+ authorName = "anonymous"
+ defaultKeywords = ["foo", "bar"]
+ defaultDescription = "example site created with hugo using theme hugo-theme-w3css-basic"
+ truncateSummaryForMetaDescription = 120
# multiple lines in toml
# https://github.com/toml-lang/toml#user-content-string