diff options
author | Christian Segundo | 2024-09-01 11:32:20 +0200 |
---|---|---|
committer | Christian Segundo | 2024-09-01 11:32:40 +0200 |
commit | 814d8a97351d6288683a9de19ce17484e01a5b24 (patch) | |
tree | acee49b62a45eb327b6ac906e6e08d0d545b6f8a | |
parent | 9b448a802404bf009b6d8bcbd1362c7d196c2a5c (diff) | |
download | check-caps-lock-814d8a97351d6288683a9de19ce17484e01a5b24.tar.gz |
remove the google forms icon
-rw-r--r-- | layouts/shortcodes/google-form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/google-form.html b/layouts/shortcodes/google-form.html index 8036f56..1a2b9fe 100644 --- a/layouts/shortcodes/google-form.html +++ b/layouts/shortcodes/google-form.html @@ -26,7 +26,7 @@ border param will give your form a border (useful if it's scrollable) frameborder="0" marginheight="0" marginwidth="0" scrolling="yes" style="max-width: 100%; border: {{ if .Get "border" }}2px solid lightgray{{ else }}none{{end}}; display: block; margin: auto;" >Loading Google Forms…</iframe> <a href="{{ .Get "url" }}"> - <img alt="Google Forms" style="top:-36px; position:relative; z-index:9; float: left;" height="32" src="https://www.gstatic.com/images/branding/product/1x/forms_2020q4_48dp.png"> + <!-- <img alt="Google Forms" style="top:-36px; position:relative; z-index:9; float: left;" height="32" src="https://www.gstatic.com/images/branding/product/1x/forms_2020q4_48dp.png"> --> </a> </div> {{ if .Site.Params.debug }} |