diff options
Diffstat (limited to 'layouts/video.html')
-rw-r--r-- | layouts/video.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/video.html b/layouts/video.html deleted file mode 100644 index eba4d66..0000000 --- a/layouts/video.html +++ /dev/null @@ -1,5 +0,0 @@ -<video class="video-shortcode" preload="{{ .Get "preload" }}" controls> - <source src="{{ .Get "src" }}" type="{{ .Get "type" }}"> - There should have been a video here but your browser does not seem - to support it. -</video> |