diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-08-25 15:12:12 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-08-25 15:12:12 +0200 |
commit | dff0783132f7a2ba7cd4005a15fc639615a7d239 (patch) | |
tree | d27336cae5e2c4c239a915f861f4a8edf5663b31 /blog/_assets | |
parent | ac581fe31d5f6d72d45bdfa2e21df451015f22f5 (diff) | |
download | norsk-urskog-main-dff0783132f7a2ba7cd4005a15fc639615a7d239.tar.gz norsk-urskog-main-dff0783132f7a2ba7cd4005a15fc639615a7d239.tar.bz2 norsk-urskog-main-dff0783132f7a2ba7cd4005a15fc639615a7d239.zip |
Fix stylesheets and templates to use jekyll-assets.
Diffstat (limited to 'blog/_assets')
-rw-r--r-- | blog/_assets/stylesheets/main.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/blog/_assets/stylesheets/main.scss b/blog/_assets/stylesheets/main.scss index a6abce1..fc6fb42 100644 --- a/blog/_assets/stylesheets/main.scss +++ b/blog/_assets/stylesheets/main.scss @@ -1,6 +1,3 @@ ---- -# Only the main Sass file needs front matter (the dashes are enough) ---- @import "config"; @import "common"; @import "header"; @@ -12,7 +9,7 @@ body { line-height: 135%; background: { - image: url({{ "/assets/images/background.jpg" | prepend: site.baseurl_root }}); + image: image_url("background.jpg"); repeat: no-repeat; position: center top; color: black; |