Skip to content

Commit 36e9067

Browse files
committed
Update link.html
1 parent 118c913 commit 36e9067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/link.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
{% if page.targettitle %}
1919
{% assign title = page.targettitle %}
2020
{% endif %}
21-
<meta http-equiv="refresh" content="{{ time }};url={{ page.target }}"/>
22-
<link rel="canonical" href="{{ page.target }}"/>
21+
<meta http-equiv="refresh" content="{{ time }};url={{ page.link }}"/>
22+
<link rel="canonical" href="{{ page.link }}"/>
2323
<title>{{ title }}</title>
2424
<style>
2525
body {
@@ -36,7 +36,7 @@ <h1>{{ title }}</h1>
3636
<p>{{ page.message }}</p>
3737
{% endif %}
3838

39-
<p>Redirecting to <a href="{{ page.target }}">{{ targetname }}</a>.</p>
39+
<p>Redirecting to <a href="{{ page.link }}">{{ page.link }}</a>.</p>
4040

4141
</body>
4242
</html>

0 commit comments

Comments
 (0)