diff --git a/templates/album.html b/templates/album.html index 59f5d15f..2c8e9af3 100644 --- a/templates/album.html +++ b/templates/album.html @@ -23,7 +23,10 @@
- +

@@ -39,8 +42,11 @@

[[${theme.config.photos.bigTitle}]]

@@ -79,7 +79,7 @@
- +
+ src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" + th:attr="onerror='this.onerror=null;this.src=\''+${errorImg}+'\''" + th:data-lazy-src="@{${#strings.isEmpty(#annotations.get(link, 'siteshot')) ? link.spec.logo : #annotations.get(link,'siteshot') }}">
+ src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" + th:attr="onerror='this.onerror=null;this.src=\''+${errorImg}+'\''" + th:data-lazy-src="${link.spec.logo}">
@@ -132,7 +140,10 @@