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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>2021-07-31 19:17:36 +0300
committerGuillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>2021-07-31 19:17:36 +0300
commit411f6cc00ef3b748dafecffbcff51c925a6a5a19 (patch)
treef1a9a316c7bd3366565ab8f908c64d42f8c3ddaa
parent8fd0f8a850f3820679a6343f6dc101ec5a806a04 (diff)
Small fixes on demosite header.
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b249839..9108211 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -65,7 +65,7 @@ paginate = 10
[[menu.topbar]]
weight = 4
name = "Email"
- url = "mailto:your@email.com"
+ url = "mailto:hello@universal.com"
pre = "<i class='fas fa-2x fa-envelope'></i>"
[params]
@@ -132,8 +132,8 @@ paginate = 10
[params.topbar]
enable = true
text = """<p class="hidden-sm hidden-xs">Contact us on +420 777 555 333 or hello@universal.com.</p>
- <p class="hidden-md hidden-lg"><a href="#" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
- <a href="#" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
+ <p class="hidden-md hidden-lg"><a href="tel:+420 777 555 333" data-animate-hover="pulse"><i class="fas fa-phone"></i></a>
+ <a href="mailto:hello@universal.com" data-animate-hover="pulse"><i class="fas fa-envelope"></i></a>
</p>
"""