We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd0763d + 30209f2 commit 9318b89Copy full SHA for 9318b89
2 files changed
_config.yml
@@ -153,7 +153,7 @@ pwa:
153
paginate: 10
154
155
# The base URL of your site
156
-baseurl: ""
+baseurl: "/drstark.github.io"
157
158
# ------------ The following options are not recommended to be modified ------------------
159
index.html
@@ -1,8 +1,8 @@
1
---
2
-layout: null
+layout: home
3
permalink: /
4
# Index page
5
6
7
-<meta http-equiv="refresh" content="0; url=/about/">
+<meta http-equiv="refresh" content="0; url={{ site.baseurl }}/about/">
8
0 commit comments