Skip to content

Commit e4db95e

Browse files
committed
fix canonical ref
1 parent ea5a6a7 commit e4db95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% endblock %}
1313

1414
{% block extrahead %}
15-
<link rel="canonical" href="https://mne.tools/mne-bids/stable/index.html" />
15+
<link rel="canonical" href="https://mne.tools/mne-bids/stable/{{ pagename }}.html" />
1616
<script type="text/javascript" src="{{ pathto('_static/copybutton.js', 1) }}"></script>
1717
<script type="text/javascript" src="{{ pathto('_static/scrollfix.js', 1) }}"></script>
1818
{{ super() }}

0 commit comments

Comments
 (0)