summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorChristian Segundo2024-09-01 11:32:20 +0200
committerChristian Segundo2024-09-01 11:32:40 +0200
commit814d8a97351d6288683a9de19ce17484e01a5b24 (patch)
treeacee49b62a45eb327b6ac906e6e08d0d545b6f8a /layouts
parent9b448a802404bf009b6d8bcbd1362c7d196c2a5c (diff)
downloadcheck-caps-lock-814d8a97351d6288683a9de19ce17484e01a5b24.tar.gz
remove the google forms icon
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/google-form.html2
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 }}