uci-hugo-landingpage/layouts/shortcodes/youtube.html

5 lines
191 B
HTML

<!-- Used for embedding iframes from sites like youtube and google -->
<div class="box box--embed box--youtube" youtube_id="{{ .Get 0 }}">
<!-- image or iframe injected here -->
</div>