Skip to content

Commit

Permalink
Drop the dot
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 20, 2022
1 parent dcf467f commit c114077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/furo/theme/furo/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<div class="copyright">
{%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e -%}
<a href="{{ path }}">Copyright</a> &#169; {{ copyright }}.
<a href="{{ path }}">Copyright</a> &#169; {{ copyright }}
{%- endtrans %}
{%- else %}
{% trans copyright=copyright|e -%}
Expand Down

0 comments on commit c114077

Please sign in to comment.