From 632927a045a6608ca119baedbfe3eec72abc5e55 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 10 Jan 2017 20:22:06 +0100 Subject: Use proper path for background image. --- blog/_assets/stylesheets/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog/_assets') diff --git a/blog/_assets/stylesheets/main.scss b/blog/_assets/stylesheets/main.scss index beb9f2f..dd25d7f 100644 --- a/blog/_assets/stylesheets/main.scss +++ b/blog/_assets/stylesheets/main.scss @@ -11,7 +11,7 @@ body { color: $text-color; background: { - image: image_url("background.jpg"); + image: image_url("{% asset_path background %}"); repeat: no-repeat; attachment: fixed; position: center top; -- cgit v1.2.3