We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9f10d commit f432f8eCopy full SHA for f432f8e
src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/copyright.html
@@ -2,7 +2,7 @@
2
{% if show_copyright and copyright %}
3
<p class="copyright">
4
{% if hasdoc('copyright') %}
5
- {% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
+ © <a href="{{ pathto('copyright') }}">{% trans copyright=copyright|e %}Copyright {{ copyright }}{% endtrans %}</a>.
6
<br/>
7
{% else %}
8
{% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
0 commit comments