add filepath shortcode and reorganize shortcodes
This commit is contained in:
9
layouts/shortcodes/embed/bilibili.html
Normal file
9
layouts/shortcodes/embed/bilibili.html
Normal file
@ -0,0 +1,9 @@
|
||||
<iframe
|
||||
class="embed-video"
|
||||
loading="lazy"
|
||||
src="https://player.bilibili.com/player.html?bvid={{ .Get "id" }}"
|
||||
scrolling="no"
|
||||
frameborder="0"
|
||||
framespacing="0"
|
||||
allowfullscreen="true"
|
||||
></iframe>
|
Reference in New Issue
Block a user