@@ -130,14 +130,14 @@
th:title="${link.spec.displayName}">
@@ -151,7 +151,7 @@
th:title="${link.spec.displayName}">
[[${link.spec.displayName}]]
diff --git a/templates/modules/layouts/layout.html b/templates/modules/layouts/layout.html
index d39bdaad..c90099a2 100644
--- a/templates/modules/layouts/layout.html
+++ b/templates/modules/layouts/layout.html
@@ -6,7 +6,7 @@
theme_version = ${ theme.config.other.staticResource.use == 'local' ? '?v='+ theme.spec.version : ''},
errorImg = @{${theme.config.other.vanillaLazyload.errorImg}},
isLazyload = ${theme.config.other.vanillaLazyload.enable},
- dataImage = 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'">
+ loadingImg = ${theme.config.other.vanillaLazyload.loadingImg}">
diff --git a/templates/modules/post-list.html b/templates/modules/post-list.html
index 36e4e4f4..405f2c57 100644
--- a/templates/modules/post-list.html
+++ b/templates/modules/post-list.html
@@ -20,7 +20,7 @@
th:alt="${post.spec.title}"
th:attr="onerror='this.onerror=null;this.src=\''+@{${errorImg}}+'\''"
th:data-lazy-src="${ isLazyload ? img : ''}"
- th:src="${isLazyload ? dataImage : img}">
+ th:src="${isLazyload ? loadingImg : img}">
diff --git a/templates/modules/post/relatedPosts.html b/templates/modules/post/relatedPosts.html
index 317168df..e36d770b 100644
--- a/templates/modules/post/relatedPosts.html
+++ b/templates/modules/post/relatedPosts.html
@@ -19,7 +19,7 @@ containsTitle = ${#strings.contains(recommandPosts,post.spec.title)}">
@@ -40,7 +40,7 @@ containsTitle = ${#strings.contains(recommandPosts,post.spec.title)}">
diff --git a/templates/modules/widgets/about-widgets/game.html b/templates/modules/widgets/about-widgets/game.html
index 721ee19d..3cc0872d 100644
--- a/templates/modules/widgets/about-widgets/game.html
+++ b/templates/modules/widgets/about-widgets/game.html
@@ -41,7 +41,7 @@
![]()
diff --git a/templates/modules/widgets/aside/friend-link.html b/templates/modules/widgets/aside/friend-link.html
index 3a5c9846..e9fc5819 100644
--- a/templates/modules/widgets/aside/friend-link.html
+++ b/templates/modules/widgets/aside/friend-link.html
@@ -18,7 +18,7 @@
class="card-friend-item online-friend-link" th:href="${link.spec.url}" th:title="${link.spec.displayName}"
target="_blank">
@@ -37,7 +37,7 @@
class="card-friend-item offline-friend-link" th:href="${link.spec.url}" th:title="${link.spec.displayName}"
target="_blank">
diff --git a/templates/modules/widgets/aside/profile.html b/templates/modules/widgets/aside/profile.html
index 3270f98a..46cc409a 100644
--- a/templates/modules/widgets/aside/profile.html
+++ b/templates/modules/widgets/aside/profile.html
@@ -15,7 +15,7 @@
diff --git a/templates/modules/widgets/aside/recent-posts.html b/templates/modules/widgets/aside/recent-posts.html
index e1d1c215..24c86d59 100644
--- a/templates/modules/widgets/aside/recent-posts.html
+++ b/templates/modules/widgets/aside/recent-posts.html
@@ -10,7 +10,7 @@
diff --git a/templates/modules/widgets/banner-group.html b/templates/modules/widgets/banner-group.html
index 892cbb72..33e118e2 100644
--- a/templates/modules/widgets/banner-group.html
+++ b/templates/modules/widgets/banner-group.html
@@ -22,7 +22,7 @@
@@ -30,7 +30,7 @@
@@ -40,7 +40,7 @@
@@ -48,7 +48,7 @@
@@ -58,7 +58,7 @@
@@ -66,7 +66,7 @@
@@ -76,7 +76,7 @@