summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-05 14:50:21 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-05 14:50:21 +0200
commite8614d96f44c290224ae65a2dd029acdff1d3c74 (patch)
treecc40b30f3bd88648f7e60a220db20d1f68041565 /exampleSite
parent6c6b1bd1035ae68a18bd83faf7ff1297ead60e8c (diff)
downloadgohugo-theme-ed-e8614d96f44c290224ae65a2dd029acdff1d3c74.tar.gz
Provided initial support os schema.org microdata
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1141174..5ef6fe6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -176,6 +176,11 @@ disableKinds = ['RSS']
logo = '/img/open-graph-logo.png' # Logo image, relative to ./assets
disable_fingerprinting = false
+ [params.seo]
+ # Will be used in schema.org/Organization.
+ # The site.Title will be used if empty.
+ publisher = 'Serghei Iakovlev'
+
[social]
# Facebook Page Admin ID for Domain Insights
facebook_admin = ''