mirror of https://github.com/docker/docs.git
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:
parent
d5420c616e
commit
0016a40651
|
@ -4,7 +4,7 @@
|
||||||
{{ $styles = $styles | minify | fingerprint | resources.PostProcess }}
|
{{ $styles = $styles | minify | fingerprint | resources.PostProcess }}
|
||||||
<style>
|
<style>
|
||||||
/* hide img injected by prod scripts */
|
/* hide img injected by prod scripts */
|
||||||
body > footer ~ img { display: none }
|
body > img { display: none }
|
||||||
</style>
|
</style>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<link href="{{ $styles.Permalink }}" rel="stylesheet" />
|
<link href="{{ $styles.Permalink }}" rel="stylesheet" />
|
||||||
|
|
Loading…
Reference in New Issue