mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
bg-image: url('')
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user