Skip to content
Merged

t4 #9

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pwa:
paginate: 10

# The base URL of your site
baseurl: ""
baseurl: "/drstark.github.io"

# ------------ The following options are not recommended to be modified ------------------

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: null
layout: home
permalink: /
# Index page
---

<meta http-equiv="refresh" content="0; url=/about/">
<meta http-equiv="refresh" content="0; url={{ site.baseurl }}/about/">