init
This commit is contained in:
commit
d013ece0f3
363 changed files with 20823 additions and 0 deletions
6
themes/duckquill/templates/shortcodes/youtube.html
Normal file
6
themes/duckquill/templates/shortcodes/youtube.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<iframe
|
||||
class="youtube-embed"
|
||||
src="https://www.youtube-nocookie.com/embed/{{ id }}{% if autoplay %}?autoplay=1{% endif %}{% if autoplay and start %}&start={{ start }}{% elif start %}?start={{ start }}{% endif %}"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
|
||||
</iframe>
|
Loading…
Add table
Add a link
Reference in a new issue