brainbaking/layouts/shortcodes/youtube.html

6 lines
232 B
HTML

<figure>
<a href="https://www.youtube.com/watch?v={{ index .Params 0 }}" class="lbox">
<img loading="lazy" class="img-responsive" src="/img/yt/{{ index .Params 0 }}.jpg" alt="YouTube video {{ index .Params 0 }}">
</a>
</figure>