Add build configs page
This commit is contained in:
parent
7e9c6c3337
commit
e9d2efcfdd
4 changed files with 88 additions and 1 deletions
6
source/_includes/youtube-video.html.twig
Normal file
6
source/_includes/youtube-video.html.twig
Normal file
|
@ -0,0 +1,6 @@
|
|||
<iframe
|
||||
allowfullscreen
|
||||
class="w-full border border-gray-500 aspect-[16/9]"
|
||||
frameborder="0"
|
||||
src="https://www.youtube.com/embed/{{ id }}?rel=0&iv_load_policy=3"
|
||||
></iframe>
|
Loading…
Add table
Add a link
Reference in a new issue