hugo-theme-archbio/layouts/shortcodes/jsfiddle.html
starsareintherose 727c862dda init
2021-12-28 21:09:14 +00:00

5 lines
229 B
HTML

<iframe
style="width: 100%; height: auto;" frameBorder="0" allowfullscreen="allowfullscreen"
src="https://jsfiddle.net/{{.Get "id"}}/embedded/{{ if not (eq (.Get "tabs") "") }}{{ .Get "tabs" }}/{{ end }}">
</iframe>
<br><br>