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

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html18
1 files changed, 8 insertions, 10 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index da978e5..ab16a54 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,12 +1,10 @@
<footer class="footer">
- <div class="powered_by">
- <a href="https://zeuk.me">Designed by Zeuk,</a>
- <a href="http://www.gohugo.io/">Proudly published with Hugo</a>
- </div>
-
- <div class="footer_slogan">
- <span>{{ .Site.Params.footerSlogan }}</span>
- </div>
-</footer>
-
+ <div class="powered_by">
+ <a href="https://varkai.com">Designed by VarKai,</a>
+ <a href="http://www.gohugo.io/">Proudly published with Hugo</a>
+ </div>
+ <div class="footer_slogan">
+ <span>{{ .Site.Params.footerSlogan }}</span>
+ </div>
+</footer> \ No newline at end of file