Skip to content

Commit 28bec25

Browse files
committed
fix 404 redirect URL
1 parent a2819c2 commit 28bec25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="keywords" content="blog, {{ site.author }}, {{ site.title }}, jekyll">
77
<meta name="author" content="{{ site.author }}">
88
{% if page.url == "/404.html" %}
9-
<meta http-equiv="refresh" content="5; url=/">
9+
<meta http-equiv="refresh" content="5; url={{site.baseurl}}/">
1010
{% endif %}
1111
{% if page.snippet %}
1212
{% assign desc = page.snippet %}

0 commit comments

Comments
 (0)