Skip to content

Commit 6c1f94b

Browse files
committed
Update link.html
1 parent d7b2546 commit 6c1f94b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_layouts/link.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55

66
{% assign time = 0 %}
7-
{% assign linkname = page.link %}
7+
{% assign linkname = page.linkurl %}
88

99
{% if page.time %}
1010
{% assign time = page.time %}
@@ -18,8 +18,8 @@
1818
{% if page.title %}
1919
{% assign title = page.title %}
2020
{% endif %}
21-
<meta http-equiv="refresh" content="{{ time }};url={{ page.link }}"/>
22-
<link rel="canonical" href="{{ page.link }}"/>
21+
<meta http-equiv="refresh" content="{{ time }};url={{ page.linkurl }}"/>
22+
<link rel="canonical" href="{{ page.linkurl }}"/>
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.link }}">{{ linkname }}</a>.</p>
39+
<p>Redirecting to <a href="{{ page.linkurl }}">{{ linkname }}</a>.</p>
4040

4141
</body>
4242
</html>

0 commit comments

Comments
 (0)