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 118c913 commit 36e9067Copy full SHA for 36e9067
_layouts/link.html
@@ -18,8 +18,8 @@
18
{% if page.targettitle %}
19
{% assign title = page.targettitle %}
20
{% endif %}
21
- <meta http-equiv="refresh" content="{{ time }};url={{ page.target }}"/>
22
- <link rel="canonical" href="{{ page.target }}"/>
+ <meta http-equiv="refresh" content="{{ time }};url={{ page.link }}"/>
+ <link rel="canonical" href="{{ page.link }}"/>
23
<title>{{ title }}</title>
24
<style>
25
body {
@@ -36,7 +36,7 @@ <h1>{{ title }}</h1>
36
<p>{{ page.message }}</p>
37
38
39
- <p>Redirecting to <a href="{{ page.target }}">{{ targetname }}</a>.</p>
+ <p>Redirecting to <a href="{{ page.link }}">{{ page.link }}</a>.</p>
40
41
</body>
42
</html>
0 commit comments