Created
July 30, 2017 18:18
-
-
Save Miouyouyou/7515ff58f4891d1957eb13e20f429a9f to your computer and use it in GitHub Desktop.
Quick and dirty Hugo Shortcode for Google Forms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe src="https://docs.google.com/forms/d/e/{{ .Get "src" }}/viewform?embedded=true" width="{{ .Get "width" }}" height="{{ .Get "height" }}" frameborder="0" marginheight="0" marginwidth="0">Chargement en cours…</iframe> |
Ah, nice one.
You did it like this ? marginwidth="0"> {{ .Get "alt" }} </iframe>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! For my use, I replaced the contents (Chargement[…]) with a parameter (
{{ .Get "alt" }}
).