hugo-theme-readable

Fork of https://github.com/cjtheham/hugo-theme-readable
git clone https://git.eamoncaddigan.net/hugo-theme-readable.git
Log | Files | Refs | README | LICENSE

video.html (213B)


      1 <figure>
      2     <video controls>
      3         <source src="{{ .Get "source" }}" type="{{ .Get "type" }}">
      4     </video>
      5     {{ if .Get "caption" }}
      6     <figcaption>{{ .Get "caption" }}</figcaption>
      7     {{ end }}
      8 </figure>