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