We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92cff0 commit 8fe9024Copy full SHA for 8fe9024
.overrides/tools/templates/customsourcelink.html
@@ -0,0 +1,13 @@
1
+{%- if show_source and has_source and sourcename %}
2
+<div role="note" aria-label="source link">
3
+ <h3>{{ _('This Page') }}</h3>
4
+ <ul class="this-page-menu">
5
+ <li><a href="{{ pathto('bugs') }}">{% trans %}Report a Bug{% endtrans %}</a></li>
6
+ <li>
7
+ <a href="https://github.com/PyCampES/python-docs-es/blob/{{ version }}/{{ sourcename|replace('.rst.txt', '.po') }}"
8
+ rel="nofollow">{{ _('Show Source') }}
9
+ </a>
10
+ </li>
11
+ </ul>
12
+</div>
13
+{%- endif %}
0 commit comments