mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
@@ -7,7 +7,7 @@
|
||||
{{ template "__h_simple_css" $ }}
|
||||
{{ end }}
|
||||
<div class="{{ $class }}">
|
||||
{{ $tb := printf "https://i.ytimg.com/vi/%s/" $id }}
|
||||
<a href="https://youtube.com/watch?v={{ $id | safeHTMLAttr }}" target="_blank">
|
||||
{{ $tb := printf "//i.ytimg.com/vi/%s/" $id }}
|
||||
<a href="//youtube.com/watch?v={{ $id | safeHTMLAttr }}" target="_blank">
|
||||
<img src="{{ printf "%smaxresdefault.jpg" $tb }}" srcset="{{ printf "%shqdefault.jpg" $tb }} 1x {{ printf "%smaxresdefault.jpg" $tb }} 2x" alt="Video">
|
||||
<div class="play"><svg height="100%" version="1.1" viewBox="0 0 68 48" width="100%"><path class="ytp-large-play-button-bg" d="{{ template "__h_simple_icon_play" $ }}" fill="#212121" fill-opacity="0.8"></path><path d="M 45,24 27,14 27,34" fill="#fff"></path></svg></div></a></div>
|
Reference in New Issue
Block a user