From dff0783132f7a2ba7cd4005a15fc639615a7d239 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 25 Aug 2015 15:12:12 +0200 Subject: Fix stylesheets and templates to use jekyll-assets. --- blog/_assets/stylesheets/main.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'blog/_assets') 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; -- cgit v1.2.3