2023-06-11 10:24:55 +00:00
|
|
|
<div class="section" id="footer">
|
2024-02-25 13:56:36 +00:00
|
|
|
<div class="container has-text-centered">
|
2023-06-11 10:24:55 +00:00
|
|
|
{{ with .Site.Params.footerText }}
|
2024-02-25 13:56:36 +00:00
|
|
|
{{ . | markdownify }}
|
2023-06-11 10:24:55 +00:00
|
|
|
{{ else }}
|
2024-02-25 13:56:36 +00:00
|
|
|
<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>© 2024 ♥ Aditya Kumar</p>
|
|
|
|
</span>
|
2023-06-11 10:24:55 +00:00
|
|
|
{{ end }}
|
2024-02-25 13:56:36 +00:00
|
|
|
</div>
|
2023-06-11 10:24:55 +00:00
|
|
|
</div>
|