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

github.com/rafed/ramium.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.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..0df2e75
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,17 @@
+{{ with .Site.Params.GoogleSearch }}
+<script async src="https://cse.google.com/cse.js?cx={{ . }}"></script>
+<gcse:searchresults-only></gcse:searchresults-only>
+{{ end }}
+
+<footer class="footer has-background-dark">
+ <div class="content has-text-centered has-text-white">
+ <p>
+ © 2020 Ramium. Site powered by
+ <a class="has-text-light" href="https://github.com/gohugoio/hugo" target="_blank">
+ Hugo</a> and
+ <a class="has-text-light" href="https://github.com/rafed123/ramium/" target="_blank">
+ Ramium theme.
+ </a>
+ </p>
+ </div>
+</footer>