Skip to content

Commit d8f6109

Browse files
authored
fix canonical ref (#1333)
1 parent ea5a6a7 commit d8f6109

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)