add filepath shortcode and reorganize shortcodes

This commit is contained in:
geekifan
2025-04-27 11:34:43 +08:00
parent 482d1eba06
commit 495e1c1b1e
5 changed files with 1 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>