fix divider link

This commit is contained in:
Pat Dryburgh 2018-07-31 09:31:56 -07:00
parent e19c6e28d6
commit c3036f8e33
3 changed files with 5 additions and 3 deletions

View File

@ -19,8 +19,8 @@ description: >- # this means to ignore newlines until "baseurl:"
An inarguably well-designed Jekyll theme.
baseurl: "/hitchens" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
twitter_username: patdryburgh
github_username: patdryburgh
# Build settings
markdown: kramdown

View File

@ -4,5 +4,5 @@
width: 152px;
height: 12px;
margin: .5em auto 0;
background-image: url('/assets/images/divider.svg');
background-image: url(#{$asset_url}/images/divider.svg);
}

View File

@ -3,6 +3,8 @@
@charset "utf-8";
$asset_url: '{{ '/assets' | absolute_url }}';
@import
"reset",
"variables",