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

github.com/softwareyoga/ronu-hugo-theme.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.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..df59c24
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,12 @@
+<footer>
+ <a href="#">&uarr;Back to top</a> || <a href="{{ .Site.BaseURL }}index.xml">RSS</a> || <a href="{{ $.Site.Params.TwitterURL }}">Twitter</a> || <a href="{{ $.Site.Params.LinkedInURL }}">LinkedIn</a><br>
+ {{ $.Site.Params.email }}
+</footer>
+
+{{ if not .Site.IsServer }}
+ {{ template "_internal/google_analytics_async.html" . }}
+{{ end }}
+
+<!--a href="{{ .Site.BaseURL }}privacy-policy">Privacy-Policy</a>&nbsp;&vert;
+<a href="{{ .Site.BaseURL }}terms-conditions">Terms and Conditions</a-->
+<!--p>&copy; {{ now.Format "2006"}} {{ $.Site.Params.authorNname }}. All rights reserved. </p--> \ No newline at end of file