From 3151e18615eb940661cccaa30795ec5f8b5187f6 Mon Sep 17 00:00:00 2001 From: VnPower Date: Fri, 19 May 2023 18:25:25 +0700 Subject: [PATCH] Fix: remove the ad container that Pixiv put inside --- template/small-tn.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/small-tn.html b/template/small-tn.html index c7c85ea..9842a1b 100644 --- a/template/small-tn.html +++ b/template/small-tn.html @@ -1,6 +1,6 @@ -{{ range . }} +{{ range . }} {{ if not (isEmpty .ID) }}
{{ template "thumbnail-dt-lazy.html" . }} {{ template "thumbnail-tt.html" . }} {{ template "thumbnail-at.html" . }}
-{{ end }} +{{ end }} {{ end }}