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

github.com/JugglerX/hugo-whisper-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.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layouts/partials/sub-footer.html b/layouts/partials/sub-footer.html
new file mode 100644
index 0000000..caffd84
--- /dev/null
+++ b/layouts/partials/sub-footer.html
@@ -0,0 +1,18 @@
+<div class="sub-footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-12">
+ <div class="sub-footer-inner">
+ <ul>
+ <li><strong>Phone: </strong>{{ .Site.Data.contact.phone }}</li>
+ <li><strong>Email: </strong><a href="mailto:{{ .Site.Data.contact.email }}">
+ {{ .Site.Data.contact.email }}</a></li>
+ </ul>
+ <ul>
+ <li class="zerostatic"><a href="https://www.zerostatic.io">www.zerostatic.io</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ </div>
+</div> \ No newline at end of file