mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 16:45:32 -04:00
re-organize templates (use baseof.html)
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
{{ if .Get "mp4" }}<source src="{{ $video_mp4.Permalink }}" type="video/mp4">{{ end }}
|
||||
{{ if .Get "ogg" }}<source src="{{ $video_ogg.Permalink }}" type="video/ogg">{{ end }}
|
||||
|
||||
Your browser does not support HTML5 video. <a href="{{ $video_mp4.Permalink }}">Load the .mp4 video directly.</a>
|
||||
<p>Your browser does not support HTML5 video. <a href="{{ $video_mp4.Permalink }}">Load the .mp4 video directly.</a></p>
|
||||
</video>
|
||||
|
Reference in New Issue
Block a user