This repository was archived by the owner on Jul 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change
1
+ © < a href ="{{ pathto('copyright') }} "> {% trans %}Copyright{% endtrans %}</ a > {{ copyright|e }}.
2
+ < br />
3
+
4
+ {% include "footerdonate.html" %}
5
+ < br />
6
+
7
+ {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
8
+ {% if theme_issues_url %}{% trans pathto_bugs=theme_issues_url %}< a href ="{{ theme_issues_url }} "> Found a bug</ a > ?{% endtrans %}{% endif %}
9
+ < br />
10
+
11
+ {% trans sphinx_version=sphinx_version|e %}Created using < a href ="http://sphinx.pocoo.org/ "> Sphinx</ a > {{ sphinx_version }}.{% endtrans %}
Original file line number Diff line number Diff line change 45
45
46
46
{% block footer %}
47
47
< div class ="footer ">
48
- © < a href ="{{ pathto('copyright') }} "> {% trans %}Copyright{% endtrans %}</ a > {{ copyright|e }}.
49
- < br />
50
-
51
- {% include "footerdonate.html" %}
52
- < br />
53
-
54
- {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
55
- {% if theme_issues_url %}{% trans pathto_bugs=theme_issues_url %}< a href ="{{ theme_issues_url }} "> Found a bug</ a > ?{% endtrans %}{% endif %}
56
- < br />
57
-
58
- {% trans sphinx_version=sphinx_version|e %}Created using < a href ="http://sphinx.pocoo.org/ "> Sphinx</ a > {{ sphinx_version }}.{% endtrans %}
48
+ {% include 'footer.html' ignore missing %}
59
49
</ div >
60
50
{% endblock %}
You can’t perform that action at this time.
0 commit comments