We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb294f2 commit ff7c8baCopy full SHA for ff7c8ba
1 file changed
muicebot_plugin_status/template/index.html.jinja
@@ -10,7 +10,7 @@
10
{% else %}
11
{% endif %}
12
</head>
13
- <body class="relative w-full h-full overflow-hidden bg-[url('{{ background }}')] bg-cover bg-center p-6">
+ <body class="relative w-full h-full overflow-hidden bg-cover bg-center p-6" background="{{ background }}">
14
<div class="absolute inset-0 h-full w-full bg-black/20"></div>
15
16
<div class="relative grid gap-y-2 w-full h-full">
0 commit comments