diff --git a/_config.yml b/_config.yml index 1a455838..6bf21de0 100644 --- a/_config.yml +++ b/_config.yml @@ -13,8 +13,7 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "/" # the subpath of your site, e.g. /blog # Build settings markdown: kramdown diff --git a/_includes/widgets/url_debug_message.html b/_includes/widgets/url_debug_message.html new file mode 100644 index 00000000..ad2fc9f1 --- /dev/null +++ b/_includes/widgets/url_debug_message.html @@ -0,0 +1,23 @@ +
,
+ which does not match the baseurl
({{ site.baseurl }}
) configured in _config.yml
.
+ baseurl
in _config.yml
to "
".
+