fixed incorrect paths

This commit is contained in:
Patrick Tschuchnig
2020-01-25 14:56:48 +01:00
parent 216dcb9ba1
commit f086806892
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ layout: none
.screen{
margin-left: auto;
margin-right: auto;
background-image: url(/neko/welp/assets/images/crt.png);
background-image: url({{site.baseurl}}/assets/images/crt.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center;