We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1a2ae commit 66e386eCopy full SHA for 66e386e
1 file changed
pyconbalkan/core/static/css/style.css
@@ -24,7 +24,7 @@ body {
24
/* Full height */
25
height: 100%;
26
/* Center and scale the image nicely */
27
- background: url("{% static img/background.jpg %}") no-repeat no-repeat center center fixed;
+ background: url('/static/img/background.jpg') no-repeat no-repeat center center fixed;
28
-webkit-background-size: cover;
29
-moz-background-size: cover;
30
-o-background-size: cover;
0 commit comments