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.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index df59c24..49019ac 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,12 +1,14 @@
<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 }}
+ <a href="#">&uarr;Back to top</a> || <a href="{{ .Site.BaseURL }}index.xml">RSS</a>
+ {{ with .Site.Author.twitterurl }} || <a href="{{ . }}">Twitter</a> {{ end }}
+ {{ with .Site.Author.linkedinurl }} || <a href="{{ . }}">LinkedIn</a> {{ end }}
+ {{ with .Site.Author.email }} || {{ . }} {{ end }}
</footer>
{{ if not .Site.IsServer }}
- {{ template "_internal/google_analytics_async.html" . }}
+ {{ 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
+<!--p>&copy; {{ now.Format "2006"}} {{ $.Site.Params.authorName }}. All rights reserved. </p--> \ No newline at end of file