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

github.com/zzzmisa/hugo-theme-doors.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzzmisa <zzzmisa.office@gmail.com>2019-08-07 07:26:37 +0300
committerzzzmisa <zzzmisa.office@gmail.com>2019-08-07 07:26:37 +0300
commitc024cd4c530ec4236a49c4e485fae9f013072c8a (patch)
tree99095e7a5dbd744269b826fd65e68e1632e575b6
parent103b4b4479ba8a07b627d714c8f792125d1b91ca (diff)
Add params.contact.description
-rw-r--r--exampleSite/config.toml1
-rw-r--r--layouts/index.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 43a9cd0..8c8dfd3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -57,6 +57,7 @@ h = "518"
# Contact section
[params.contact]
+description = "I would like to hear from you. Please contact me via email or social media."
twitter = "#"
facebook = ""
linkedin = "#"
diff --git a/layouts/index.html b/layouts/index.html
index 19d91b8..64fbb9a 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -108,7 +108,7 @@
<footer class="ampstart-footer flex flex-column items-center px3">
{{ with .Site.Params.contact }}
- <p class="m3">I would like to hear from you. Please contact me via email or social media.</p>
+ <p class="m3">{{ .description }}</p>
<ul class="ampstart-social-follow list-reset flex justify-around items-center flex-wrap m0 mb4">
<!-- Simple Icons | CC0 1.0 Universal | https://github.com/simple-icons/simple-icons -->