Skip to content

Commit

Permalink
fix-canonical-link
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Nov 4, 2024
1 parent 899b7bf commit bb41d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- extends 'pydata_sphinx_theme/layout.html' %}

{% block extrahead %}
<link rel="canonical" href="https://mne.tools/stable/index.html" />
<link rel="canonical" href="https://mne.tools/stable/{{ pagename }}.html" />
{{ super() }}
{% endblock %}

Expand Down

0 comments on commit bb41d00

Please sign in to comment.