Skip to content

Commit 2f0974b

Browse files
authored
Fix remaining ellipsis in redirect.html
This fixes jekyll#139. It seems jekyll#142 fixed the horizontal ellipsis in the `<title>` but not the body.
1 parent 024bb4b commit 2f0974b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-redirect-from/redirect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="canonical" href="{{ page.redirect.to }}">
66
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
77
<meta name="robots" content="noindex">
8-
<h1>Redirecting</h1>
8+
<h1>Redirecting&hellip;</h1>
99
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
1010
<script>location="{{ page.redirect.to }}"</script>
1111
</html>

0 commit comments

Comments
 (0)