mirror of
https://github.com/metagov/govarch-website.git
synced 2025-05-20 13:40:48 +00:00
fix divider link
This commit is contained in:
parent
e19c6e28d6
commit
c3036f8e33
@ -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
|
||||
|
@ -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);
|
||||
}
|
@ -3,6 +3,8 @@
|
||||
|
||||
@charset "utf-8";
|
||||
|
||||
$asset_url: '{{ '/assets' | absolute_url }}';
|
||||
|
||||
@import
|
||||
"reset",
|
||||
"variables",
|
||||
|
Loading…
x
Reference in New Issue
Block a user