We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2819c2 commit 28bec25Copy full SHA for 28bec25
_includes/head.html
@@ -6,7 +6,7 @@
6
<meta name="keywords" content="blog, {{ site.author }}, {{ site.title }}, jekyll">
7
<meta name="author" content="{{ site.author }}">
8
{% if page.url == "/404.html" %}
9
- <meta http-equiv="refresh" content="5; url=/">
+ <meta http-equiv="refresh" content="5; url={{site.baseurl}}/">
10
{% endif %}
11
{% if page.snippet %}
12
{% assign desc = page.snippet %}
0 commit comments