Skip to content

Commit 1067c16

Browse files
authored
Update home.html
1 parent a48ec51 commit 1067c16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_layouts/home.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ <h1 style="font-size: 1.35em; text-shadow: 0 0 3px #000000, 0 0 5px #000000; tex
2525
<style>
2626
body {
2727
{% if site.ps2wiki_theme == 'xmas' %}
28-
background-image: url('/assets/xmas/xmas_bg.png');
28+
background-image: url('/assets/themes/xmas/xmas_bg.png');
29+
{% if site.ps2wiki_theme == 'holi' %}
30+
background-image: url('/assets/themes/holi/background.png');
2931
{% else %}
3032
background-image: url('/assets/images/ps2wiki_bg.jpg');
3133
{% endif %}

0 commit comments

Comments
 (0)