diff options
author | amzrk2 | 2020-04-22 19:22:13 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-22 19:22:13 +0800 |
commit | 49e162721ef7c83eb8859af8a83d6d1e95e5a79b (patch) | |
tree | 1288ca727c0e64f3ccd87e683efe12b5690c473c /layouts/partials/sidebar.html | |
parent | f2b712d0b0922d3b0fd116611589dc25719e2bf8 (diff) | |
download | hugo-theme-fuji-49e162721ef7c83eb8859af8a83d6d1e95e5a79b.tar.gz hugo-theme-fuji-49e162721ef7c83eb8859af8a83d6d1e95e5a79b.tar.bz2 hugo-theme-fuji-49e162721ef7c83eb8859af8a83d6d1e95e5a79b.zip |
Fix sidebar lazyload class
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r-- | layouts/partials/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 0c3770d..3b782c6 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -38,6 +38,6 @@ {{ with .Site.Params.bgmImageChart }} <div id="widget-bgm"> <h5>{{ i18n "sidebarBangumiChart" }}</h5> - <img class="lazy" src="{{ $.Site.Params.cdnLazyPlaceholder }}" data-src="https://bgm.tv/chart/img/{{ . }}" /> + <img class="lazyload" src="{{ $.Site.Params.cdnLazyPlaceholder }}" data-src="https://bgm.tv/chart/img/{{ . }}" /> </div> {{ end }}
\ No newline at end of file |