Fix: remove the ad container that Pixiv put inside

This commit is contained in:
VnPower
2023-05-19 18:25:25 +07:00
parent d17320c474
commit 3151e18615
+2 -2
View File
@@ -1,6 +1,6 @@
{{ range . }}
{{ range . }} {{ if not (isEmpty .ID) }}
<div class="artwork-thumbnail-small artwork-thumbnail">
{{ template "thumbnail-dt-lazy.html" . }} {{ template "thumbnail-tt.html" . }}
{{ template "thumbnail-at.html" . }}
</div>
{{ end }}
{{ end }} {{ end }}