mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 06:38:30 -04:00
let's see if this fixes the issue of the wrong shortcode types (usually AMP) being chosen inconsistently
4 lines
123 B
Plaintext
4 lines
123 B
Plaintext
<div class="embed iframe">
|
|
<iframe src="{{ .Get "src" }}" {{ with .Get "title" }}title="{{ . }}"{{ end }}></iframe>
|
|
</div>
|