Add templates and update gitignore
This commit is contained in:
parent
347a3079a2
commit
cbffdef6b4
4 changed files with 22 additions and 2 deletions
13
source/_templates/footer.html
Normal file
13
source/_templates/footer.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{# 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">©</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>
|
Loading…
Add table
Add a link
Reference in a new issue