sol2/dist/sphinx_rtd_theme/footer.html

20 lines
677 B
HTML
Raw Normal View History

2013-11-04 06:11:18 +08:00
<footer>
<hr/>
2013-11-04 07:33:10 +08:00
<p>
2013-11-04 06:11:18 +08:00
{%- if show_copyright %}
{%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
{%- else %}
{% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
{%- endif %}
{%- endif %}
{%- if last_updated %}
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{%- endif %}
2013-11-04 07:33:10 +08:00
</p>
2013-11-04 06:11:18 +08:00
2013-11-04 07:33:10 +08:00
{% trans %}<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://www.readthedocs.org">Read the Docs</a>{% endtrans %}
2013-11-04 06:11:18 +08:00
</footer>