mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-29 23:45:58 -04:00
clean up shortcodes
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
<div class="embed {{ .Name }}">
|
||||
<iframe src="{{ .Get "src" }}"{{ with .Get "title" }} title="{{ . }}"{{ end }}{{ with .Get "sandbox" }} sandbox="{{ . }}"{{ end }}></iframe>
|
||||
<iframe
|
||||
src="{{ .Get "src" }}"
|
||||
{{ with .Get "title" }}
|
||||
title="{{ . }}"
|
||||
{{ end }}
|
||||
{{ with .Get "sandbox" }}
|
||||
sandbox="{{ . }}"
|
||||
{{ end }}>
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user