We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48ec51 commit 1067c16Copy full SHA for 1067c16
1 file changed
_layouts/home.html
@@ -25,7 +25,9 @@ <h1 style="font-size: 1.35em; text-shadow: 0 0 3px #000000, 0 0 5px #000000; tex
25
<style>
26
body {
27
{% if site.ps2wiki_theme == 'xmas' %}
28
- background-image: url('/assets/xmas/xmas_bg.png');
+ background-image: url('/assets/themes/xmas/xmas_bg.png');
29
+ {% if site.ps2wiki_theme == 'holi' %}
30
+ background-image: url('/assets/themes/holi/background.png');
31
{% else %}
32
background-image: url('/assets/images/ps2wiki_bg.jpg');
33
{% endif %}
0 commit comments