bg-image: url('')

This commit is contained in:
alpaca0x0
2020-12-31 16:13:31 +08:00
Unverified
parent 3bfb792b3c
commit 1d98df49d5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
- var top_img = theme.error_404.background || theme.default_top_img
- var bg_img = `background-image: url(${url_for(top_img)})`
- var bg_img = `background-image: url('${url_for(top_img)}')`
doctype html
html(lang=config.language data-theme=theme.display_mode)