remove git modules
This commit is contained in:
10
themes/hugo-theme-stack/layouts/shortcodes/tencent.html
Normal file
10
themes/hugo-theme-stack/layouts/shortcodes/tencent.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{ $vid := .Get 0 }}
|
||||
<div class="video-wrapper">
|
||||
<iframe src="https://v.qq.com/txp/iframe/player.html?vid={{ $vid }}&auto=0"
|
||||
scrolling="no"
|
||||
frameborder="no"
|
||||
framespacing="0"
|
||||
allowfullscreen="true"
|
||||
>
|
||||
</iframe>
|
||||
</div>
|
||||
Reference in New Issue
Block a user