Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 23cc7df

Browse files
Unescape copyright template so that it can link to a license description
1 parent bb37fe4 commit 23cc7df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap

runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@
334334
<p>
335335
{%- if show_copyright %}
336336
{%- if hasdoc('copyright') %}
337-
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
337+
{% trans path=pathto('copyright'), copyright=copyright %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
338338
{%- else %}
339-
{% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
339+
{% trans copyright=copyright %}&copy; Copyright {{ copyright }}.{% endtrans %}
340340
{%- endif %}
341341
{%- endif %}
342342
{%- if last_updated %}

0 commit comments

Comments
 (0)