diff options
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; |