blob: a676e262c25106fe86ac7a08cca8cc47f219f39e (
plain)
1
2
3
4
5
6
7
8
|
<footer class="footer column">
<div class="pt-3 has-text-centered">
<p class="footer-content">
<b>{{ site.title }}</b> {{ site.data[site.active_lang].strings.global.under }}
<a class="footer-url" href="https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en">CC BY-NC-ND</a>
</p>
</div>
</footer>
|