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.
1 parent 6d8cb0d commit 5d92f89Copy full SHA for 5d92f89
docsrc/polyversion/templates/index.html
@@ -1,12 +1,9 @@
1
<!doctype html>
2
<html>
3
- <head>
+ <head>
4
<title>Redirecting to {{ latest.name }} branch/version</title>
5
- <meta charset="utf-8" />
6
- <meta
7
- http-equiv="refresh"
8
- content="0; url=/{{ latest.name }}/index.html"
9
- />
10
- <link rel="canonical" href="/{{ latest.name }}/index.html" />
11
- </head>
+ <meta charset="utf-8" />
+ <meta http-equiv="refresh" content="0; url=/{{ latest.name }}/index.html" />
+ <link rel="canonical" href="/{{ latest.name }}/index.html" />
+ </head>
12
</html>
0 commit comments