1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 14:28:25 -04:00
2021-12-13 20:46:28 -05:00

13 lines
320 B
HTML

<div class="embed {{ .Name }}">
<iframe
class="vimeo-player"
src="https://player.vimeo.com/video/{{ .Get "id" }}&amp;dnt=1"
allow="fullscreen"
allowfullscreen>
</iframe>
</div>
{{- define "__shortcode_vimeo_js" }}
<script async defer src="https://player.vimeo.com/api/player.js"></script>
{{ end }}