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

github.com/JugglerX/hugo-hero-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/sub-footer.html')
-rw-r--r--layouts/partials/sub-footer.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/sub-footer.html b/layouts/partials/sub-footer.html
index caffd84..0790d15 100644
--- a/layouts/partials/sub-footer.html
+++ b/layouts/partials/sub-footer.html
@@ -4,7 +4,9 @@
<div class="col-12">
<div class="sub-footer-inner">
<ul>
+ {{ with .Site.Data.contact.phone }}
<li><strong>Phone: </strong>{{ .Site.Data.contact.phone }}</li>
+ {{ end }}
<li><strong>Email: </strong><a href="mailto:{{ .Site.Data.contact.email }}">
{{ .Site.Data.contact.email }}</a></li>
</ul>