feat: Rewrite in Zola
This commit is contained in:
10
templates/shortcodes/video.html
Normal file
10
templates/shortcodes/video.html
Normal file
@ -0,0 +1,10 @@
|
||||
<video
|
||||
class="
|
||||
{% if full %}full{% endif %}
|
||||
{% if pixels %}pixels{% endif %}
|
||||
{% if transparent %}transparent{% endif %}
|
||||
"
|
||||
{% if alt %}alt="{{alt}}"{% endif %}
|
||||
controls
|
||||
src="{{url}}">
|
||||
</video>
|
Reference in New Issue
Block a user