diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-27 12:45:38 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-27 12:45:38 -0600 |
commit | a2a0a2d0e08cee9fb73ee506d9a55ee8ed4625f8 (patch) | |
tree | 931e5db33acf10b3bf1dc997fce8b5d6f2090330 /_config.yml | |
parent | ac6772f292a83217e10e38ba853c76b5666133e0 (diff) |
Fix miscellaneous issues
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 277b13a..17ffc43 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ url: https://scotte.github.io/jekyll-clean # be the project name. # *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or # run it like so: jekyll serve --baseurl='' -baseurl: /jekyll-clean +baseurl: '' # These can be '' to hide the Github or Gitlab nav buttons github: 'scotte/jekyll-clean' |