From 6d7c4b1860c648bc17a36e96ad1026a19ecd9dd1 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 28 Jul 2024 13:51:14 +0200 Subject: add feedback page --- layouts/shortcodes/google-form.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 layouts/shortcodes/google-form.html (limited to 'layouts/shortcodes/google-form.html') diff --git a/layouts/shortcodes/google-form.html b/layouts/shortcodes/google-form.html new file mode 100644 index 0000000..8036f56 --- /dev/null +++ b/layouts/shortcodes/google-form.html @@ -0,0 +1,37 @@ + + +{{ if .IsNamedParams }} +
+ + + Google Forms + +
+ {{ if .Site.Params.debug }} + + {{ end }} +{{ end }} -- cgit v1.2.3