Skip to content

Commit

Permalink
fix canonical ref (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock authored Nov 5, 2024
1 parent ea5a6a7 commit d8f6109
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
Expand Up @@ -12,7 +12,7 @@
{% endblock %}

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

0 comments on commit d8f6109

Please sign in to comment.