mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-30 04:23:30 +08:00
Merge branch 'CaiJimmy:master' into master
This commit is contained in:
commit
a5271a5d36
@ -32,3 +32,7 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
|
|||||||
## Vimeo Simple Shortcode
|
## Vimeo Simple Shortcode
|
||||||
|
|
||||||
{{< vimeo_simple 48912912 >}}
|
{{< vimeo_simple 48912912 >}}
|
||||||
|
|
||||||
|
## bilibilibi Shortcode
|
||||||
|
|
||||||
|
{{< bilibili av498363026 >}}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="video-wrapper">
|
<div class="video-wrapper">
|
||||||
<iframe src="//player.bilibili.com/player.html?{{ $basicQuery | safeURL }}&{{ $videoQuery | safeURL }}"
|
<iframe src="https://player.bilibili.com/player.html?{{ $basicQuery | safeURL }}&{{ $videoQuery | safeURL }}"
|
||||||
scrolling="no"
|
scrolling="no"
|
||||||
frameborder="no"
|
frameborder="no"
|
||||||
framespacing="0"
|
framespacing="0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{{ $vid := .Get 0 }}
|
{{ $vid := .Get 0 }}
|
||||||
<div class="video-wrapper">
|
<div class="video-wrapper">
|
||||||
<iframe src="http://v.qq.com/txp/iframe/player.html?vid={{ $vid }}&auto=0"
|
<iframe src="https://v.qq.com/txp/iframe/player.html?vid={{ $vid }}&auto=0"
|
||||||
scrolling="no"
|
scrolling="no"
|
||||||
frameborder="no"
|
frameborder="no"
|
||||||
framespacing="0"
|
framespacing="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user