1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 06:58:28 -04:00

don't insert HTML5 video player in RSS feed, direct link instead

This commit is contained in:
Jake Jarvis 2019-12-30 11:45:03 -05:00
parent bd1ab8f475
commit 991d032ea8
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -1 +0,0 @@
video.html

View File

@ -0,0 +1 @@
<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>