all repos — website @ master

personal website hosted at prithu.xyz, built using hugo

layouts/shortcodes/video.html

1 2 3 4 5
<video class="vid" preload=auto {{ with .Get "loop" }} loop {{ end }} {{ with .Get "autoplay" }} autoplay {{ end }} 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>