diff options
Diffstat (limited to 'layouts/shortcodes/google-form.html')
-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 }} |