Fix subpath to avoid double slash

This commit is contained in:
Patrick Marsceill 2019-05-13 16:40:01 -04:00
parent 9a076b48ac
commit 3a3c4a83fa
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
# in the templates via {{ site.myvariable }}.
title: Just the Docs
description: A Jekyll theme for documentation
baseurl: "/just-the-docs/" # the subpath of your site, e.g. /blog
baseurl: "/just-the-docs" # the subpath of your site, e.g. /blog
url: "https://pmarsceill.github.io" # the base hostname & protocol for your site, e.g. http://example.com
permalink: pretty
@ -37,4 +37,4 @@ color_scheme: nil
ga_tracking: UA-2709176-10
plugins:
- jekyll-seo-tag
- jekyll-seo-tag