fixed path

This commit is contained in:
neko 2020-01-26 17:57:26 +01:00
parent b87afeeb8d
commit b5e96ad39c

View File

@ -46,7 +46,7 @@ img {
height: 150px; height: 150px;
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-image: url(/neko/crt/assets/images/yui.png); background-image: url({{site.baseurl}}/assets/images/yui.png);
filter: hue-rotate(-100deg); filter: hue-rotate(-100deg);
background-position: center right; background-position: center right;