add shortcodes

This commit is contained in:
geekifan
2025-04-27 10:44:10 +08:00
parent 54445f91e9
commit 1a91849431
4 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<iframe
class="embed-video"
loading="lazy"
src="https://www.youtube.com/embed/{{ .Get "id" }}"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>