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 +- blog/_config.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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; diff --git a/blog/_config.yml b/blog/_config.yml index f50a039..859d992 100644 --- a/blog/_config.yml +++ b/blog/_config.yml @@ -12,6 +12,10 @@ gems: - jekyll-assets - jekyll-multiple-languages-plugin +assets: + features: + liquid: true + collections: concerts: output: true -- cgit v1.2.3