mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-12-22 17:02:54 +00:00
11 lines
614 B
HTML
11 lines
614 B
HTML
<div class="section" id="footer">
|
|
<div class="container has-text-centered">
|
|
{{ with .Site.Params.footerText }}
|
|
{{ . | markdownify }}
|
|
{{ else }}
|
|
<span class="footer-text">
|
|
<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>
|
|
</span>
|
|
{{ end }}
|
|
</div>
|
|
</div>
|