Create a theme out of my page
This commit is contained in:
commit
c3fd40c135
22 changed files with 452 additions and 0 deletions
4
templates/shortcodes/video.html
Normal file
4
templates/shortcodes/video.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<video width="512" height="288" controls>
|
||||
<source src="{{ path }}" type="video/webm">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
Loading…
Add table
Add a link
Reference in a new issue