mirror of https://github.com/onweru/compose.git

one
07.04.2020 439f823b9e0663d3762dc50981cb8e9b71ca2b24
update class
1 files modified
2 ■■■ changed files
layouts/shortcodes/youtube.html 2 ●●● patch | view | raw | blame | history
layouts/shortcodes/youtube.html
@@ -1,4 +1,4 @@
{{- $url := .Get 0 }}
<div class = 'video'>
<div class = 'video_embed'>
  <iframe src='https://www.youtube.com/embed/{{ $url }}?controls=1&rel=0'></iframe>
</div>