fix: really hide the pixel image from scripts (#18316)

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-09-28 17:32:05 +02:00 committed by GitHub
parent d5420c616e
commit 0016a40651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{{ $styles = $styles | minify | fingerprint | resources.PostProcess }}
<style>
/* hide img injected by prod scripts */
body > footer ~ img { display: none }
body > img { display: none }
</style>
{{ end }}
<link href="{{ $styles.Permalink }}" rel="stylesheet" />