Skip to content

Commit

Permalink
fix 404 redirect URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rhl-bthr committed Feb 2, 2020
1 parent a2819c2 commit 28bec25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="keywords" content="blog, {{ site.author }}, {{ site.title }}, jekyll">
<meta name="author" content="{{ site.author }}">
{% if page.url == "/404.html" %}
<meta http-equiv="refresh" content="5; url=/">
<meta http-equiv="refresh" content="5; url={{site.baseurl}}/">
{% endif %}
{% if page.snippet %}
{% assign desc = page.snippet %}
Expand Down

0 comments on commit 28bec25

Please sign in to comment.