1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 14:46:37 -04:00

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

This commit is contained in:
2019-12-30 11:45:03 -05:00
parent bd1ab8f475
commit 991d032ea8

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>