aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraditya <bluenerd@protonmail.com>2024-02-25 19:26:36 +0530
committeraditya <bluenerd@protonmail.com>2024-02-25 19:26:36 +0530
commit21f41ce79b1ccea79841f41408d1525439359a88 (patch)
treecb3e9871280432a62260aad035dd7518f293cd2d
parentf21878a6d97a2394274cf4bad0782bf17b17fa23 (diff)
update footer
-rw-r--r--layouts/partials/footer/text.html20
1 files changed, 12 insertions, 8 deletions
diff --git a/layouts/partials/footer/text.html b/layouts/partials/footer/text.html
index e43af28..ed70d71 100644
--- a/layouts/partials/footer/text.html
+++ b/layouts/partials/footer/text.html
@@ -1,13 +1,17 @@
<div class="section" id="footer">
- <div class="container has-text-centered">
+ <div class="container has-text-centered">
{{ with .Site.Params.footerText }}
- {{ . | markdownify }}
+ {{ . | markdownify }}
{{ else }}
- <span class="footer-text">
- <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a class="footer-link" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
- <p><a href="https://gitea.adityakumar.xyz/aditya/adityakumar.xyz">View Source</a></p>
- <p>&copy; 2023 ♥ Aditya Kumar</p>
- </span>
+ <span class="footer-text">
+ <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License"
+ style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is
+ licensed under a <a class="footer-link" rel="license"
+ href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0
+ International License</a></p>
+ <p><a href="https://gitea.adityakumar.xyz/aditya/adityakumar.xyz">View Source</a></p>
+ <p>&copy; 2024 ♥ Aditya Kumar</p>
+ </span>
{{ end }}
- </div>
+ </div>
</div>