Remove prepend: "/" from includes and add to image path's instead
This commit is contained in:
@@ -16,7 +16,7 @@ description : "An amazing website."
|
||||
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
|
||||
baseurl : # the subpath of your site, e.g. "/blog"
|
||||
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
|
||||
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
|
||||
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
|
||||
# breadcrumbs : false # true, false (default)
|
||||
words_per_minute : 200
|
||||
comments:
|
||||
@@ -80,7 +80,7 @@ analytics:
|
||||
# Site Author
|
||||
author:
|
||||
name : "Your Name"
|
||||
avatar : "assets/images/bio-photo.jpg"
|
||||
avatar : "/assets/images/bio-photo.jpg"
|
||||
bio : "I am an amazing person."
|
||||
location : "Somewhere"
|
||||
email :
|
||||
|
||||
Reference in New Issue
Block a user