adityakumar.xyz/layouts/partials/footer/text.html

12 lines
614 B
HTML
Raw Normal View History

2023-06-11 10:24:55 +00:00
<div class="section" id="footer">
<div class="container has-text-centered">
{{ with .Site.Params.footerText }}
{{ . | markdownify }}
{{ else }}
<span class="footer-text">
2023-06-17 19:12:33 +00:00
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
2023-06-11 10:24:55 +00:00
</span>
{{ end }}
</div>
</div>