1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 04:25:57 -04:00
Files
jarv.is/layouts/shortcodes/video.atom.atom
T
jake 2909e934e7 rename atom shortcodes from .atom.xml to .atom.atom, and stop using symlinks
let's see if this fixes the issue of the wrong shortcode types (usually AMP) being chosen inconsistently
2020-07-19 12:29:51 -04:00

2 lines
177 B
Plaintext

<p>Your browser does not support HTML5 video. {{ with .Page.Resources.GetMatch (.Get "mp4") }}<a href="{{ .Permalink }}">Click to open the .mp4 video directly.</a>{{ end }}</p>