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

@ -1,7 +1,7 @@
title: Meow
markdown: kramdown
url: ""
baseurl: "/neko/welp"
baseurl: "/neko/crt"
plugins:
- jekyll-paginate
@ -24,4 +24,4 @@ defaults:
layout: "post"
exclude: ['sitemap.xml','feed.xml', 'LICENSE', 'README.md']
exclude: ['compile.sh', 'LICENSE', 'README.md']

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;