mirror of
https://github.com/metagov/govarch-website.git
synced 2025-07-13 02:31:58 +00:00
fix divider link
This commit is contained in:
@ -19,8 +19,8 @@ description: >- # this means to ignore newlines until "baseurl:"
|
|||||||
An inarguably well-designed Jekyll theme.
|
An inarguably well-designed Jekyll theme.
|
||||||
baseurl: "/hitchens" # the subpath of your site, e.g. /blog
|
baseurl: "/hitchens" # the subpath of your site, e.g. /blog
|
||||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
twitter_username: jekyllrb
|
twitter_username: patdryburgh
|
||||||
github_username: jekyll
|
github_username: patdryburgh
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
width: 152px;
|
width: 152px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
margin: .5em auto 0;
|
margin: .5em auto 0;
|
||||||
background-image: url('/assets/images/divider.svg');
|
background-image: url(#{$asset_url}/images/divider.svg);
|
||||||
}
|
}
|
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
|
$asset_url: '{{ '/assets' | absolute_url }}';
|
||||||
|
|
||||||
@import
|
@import
|
||||||
"reset",
|
"reset",
|
||||||
"variables",
|
"variables",
|
||||||
|
Reference in New Issue
Block a user