blob: d7d8900a2e71a391deda84cbb799763e7dee7f12 (
plain)
1
2
3
4
5
6
7
8
|
<footer class="has-background-dark 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>
|