We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1481306 commit bced1e3Copy full SHA for bced1e3
lib/templates/category_redirect.html
@@ -0,0 +1,10 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <link rel="canonical" href="{{ #useBaseHref }}{{ #htmlBase }}{{{ htmlBase }}}{{ /htmlBase }}{{ /useBaseHref }}{{ self.href }}" />
5
+ <meta http-equiv="refresh" content="0; url={{ #useBaseHref }}{{ #htmlBase }}{{{ htmlBase }}}{{ /htmlBase }}{{ /useBaseHref }}{{ self.href }}" />
6
+ </head>
7
+ <body>
8
+ <p><a href="{{ #useBaseHref }}{{ #htmlBase }}{{{ htmlBase }}}{{ /htmlBase }}{{ /useBaseHref }}{{ self.href }}">New URL</a></p>
9
+ </body>
10
+</html>
0 commit comments