Skip to content

Commit f432f8e

Browse files
ENH - Update copyright.html to not include the html tags. (#1874)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent be9f10d commit f432f8e

File tree

1 file changed

+1
-1
lines changed
  • src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components

1 file changed

+1
-1
lines changed

src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/copyright.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% if show_copyright and copyright %}
33
<p class="copyright">
44
{% if hasdoc('copyright') %}
5-
{% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
5+
© <a href="{{ pathto('copyright') }}">{% trans copyright=copyright|e %}Copyright {{ copyright }}{% endtrans %}</a>.
66
<br/>
77
{% else %}
88
{% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}

0 commit comments

Comments
 (0)