diff options
author | dmlunar <root@lunar.sh> | 2025-03-14 13:56:27 +0200 |
---|---|---|
committer | dmlunar <root@lunar.sh> | 2025-08-08 16:16:49 +0200 |
commit | 994b347557ccf03af0cd910d8ba50d127b7a61dd (patch) | |
tree | 9ece6c3e1b6bf5477737df137df0536b0c8e9559 /_includes/youtube.html | |
download | journal.lunar.sh-main.tar.gz journal.lunar.sh-main.zip |
initial commit.
Diffstat (limited to '_includes/youtube.html')
-rw-r--r-- | _includes/youtube.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/youtube.html b/_includes/youtube.html new file mode 100644 index 0000000..b580b0c --- /dev/null +++ b/_includes/youtube.html @@ -0,0 +1,3 @@ +<div class="youtube"> + <iframe src="https://www.youtube.com/embed/{{ include.id }}" allowfullscreen></iframe> +</div> |