17 lines
692 B
HTML
17 lines
692 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{%- block footer %}
|
|
<footer class="footer" style="border-top: 1px solid #ccc; padding-top: 10px">
|
|
<div class="container">
|
|
<div id="credits" style="width: 50%; float: left">
|
|
<p>
|
|
{% trans copyright=copyright|e %}© Copyright {{ copyright }}, <a
|
|
href="https://github.com/mathLab/PINA/">PINA Developers</a>.{% endtrans %}<br />
|
|
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> and the <a
|
|
href="https://pydata-sphinx-theme.readthedocs.io/en/stable/">PyData Theme</a>.<br />
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
{%- endblock %} |