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 edda3d1 commit db092a4Copy full SHA for db092a4
src/theme/redirect.hbs
@@ -4,7 +4,7 @@
4
<meta charset="utf-8">
5
<title>Redirecting...</title>
6
<meta http-equiv="refresh" content="0; URL={{url}}">
7
- <meta rel="canonical" href="{{url}}">
+ <link rel="canonical" href="{{url}}">
8
</head>
9
<body>
10
<p>Redirecting to... <a href="{{url}}">{{url}}</a>.</p>
0 commit comments