This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
waifulog_old/themes/hugo-theme-stack/layouts/shortcodes/tencent.html

10 lines
No EOL
287 B
HTML

{{ $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>