Skip to content

Instantly share code, notes, and snippets.

View pianosaurus's full-sized avatar

Ole Christian Tvedt pianosaurus

View GitHub Profile
@Miouyouyou
Miouyouyou / GForms.html
Created July 30, 2017 18:18
Quick and dirty Hugo Shortcode for Google Forms
<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>