]> BookStack Code Mirror - website/blob - themes/bookstack/layouts/shortcodes/yt.html
Filled out 9 years post
[website] / themes / bookstack / layouts / shortcodes / yt.html
1 {{ $vidId := .Get 0 }}
2 <div class="youtube-embed-wrap">
3     <a href="https://www.youtube.com/watch?v={{ $vidId }}" target="_blank" title="View Video" rel="noreferrer noopener">
4         <img src="/images/yt/{{ $vidId }}.webp" alt="YouTube Video Thumbnail" loading="lazy">
5     </a>
6 </div>