Skip to content

Commit 12b640c

Browse files
committed
fix an improperly configured baseurl, which was causing links to have //
1 parent 5a6de9e commit 12b640c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: Plumatic Blog
55
# Write an awesome description for your new site here. You can edit this
66
# line in _config.yml. It will appear in your document head meta (for
77
# Google search results) and in your feed.xml site description.
8-
baseurl: "https://plumatic.github.io/" # the subpath of your site, e.g. /blog/
9-
url: "https://github.com/plumatic/"
8+
baseurl: "" # the subpath of your site, e.g. /blog/
9+
url: "https://plumatic.github.io/"
1010
#twitter_username: jekyllrb
1111
#github_username: jekyll
1212
#

0 commit comments

Comments
 (0)