From 814d8a97351d6288683a9de19ce17484e01a5b24 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 1 Sep 2024 11:32:20 +0200 Subject: remove the google forms icon --- layouts/shortcodes/google-form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/shortcodes') 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… - Google Forms + {{ if .Site.Params.debug }} -- cgit v1.2.3