summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_assets/stylesheets/main.scss')
-rw-r--r--blog/_assets/stylesheets/main.scss2
1 files changed, 1 insertions, 1 deletions
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;