We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
latest
1 parent db97dc3 commit c1cf308Copy full SHA for c1cf308
_themes/sphinx-bootstrap/layout.html
@@ -82,6 +82,15 @@
82
<title>{{ title|striptags|e }}{{ titlesuffix }}</title>
83
{%- endblock %}
84
<meta name="viewport" content="width=device-width, initial-scale=1.0">
85
+ <link rel="canonical" href="http://docs.mathjax.org/en/latest
86
+{%- for word in pagename.split('/') -%}
87
+ {%- if word != 'index' -%}
88
+ {%- if word != '' -%}
89
+ /{{ word }}
90
+ {%- endif -%}
91
92
+{%- endfor -%}
93
+.html">
94
<link href='http://fonts.googleapis.com/css?family=Crete+Round' rel='stylesheet' type='text/css'>
95
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css"/>
96
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css"/>
0 commit comments