mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
fix: 自建頁面圖片沒有 blur 效果 improvement: 優化 404 頁面 UI improvement: lazyload 默認佔位圖改為透明圖片 improvement: 優化 lazyload blur 出現特效 improvement: 優化 css
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
- var top_img_404 = theme.error_404.background || theme.default_top_img
|
|
|
|
#body-wrap.error404
|
|
include ./header/index.pug
|
|
|
|
#error-wrap
|
|
.error-content
|
|
.error-img
|
|
img(src=url_for(top_img_404) alt='Page not found')
|
|
.error-info
|
|
h1.error_title= '404'
|
|
.error_subtitle= theme.error_404.subtitle || _p('error404')
|