notes/source/_templates/footer.html

14 lines
444 B
HTML
Raw Normal View History

2019-08-22 16:59:23 +02:00
{# footer.html #}
<footer class="t-foot">
{% trans path=pathto('copyright'), copyright=copyright|e %}
<a href="https://creativecommons.org/publicdomain/mark/1.0/">
<span class="cc0">&copy;</span>
</a>
<a href="{{ path }}">{{ copyright }}</a> .
{% endtrans %}
<br>
A customized
<a href="https://typlog.com/">typlog</a>
<a href="https://github.com/typlog/sphinx-typlog-theme">sphinx theme</a>.
</footer>