unfortunately this is the change to the new zola based website
This commit is contained in:
parent
308c4fb9c5
commit
fa74bbe4b3
866 changed files with 3737 additions and 118270 deletions
4
templates/shortcodes/pt.html
Normal file
4
templates/shortcodes/pt.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
<div style="display: flex;" class="{% if width %} {{ width }} {% else %} w-full {% endif %}">
|
||||
<iframe class="pt-vid flex-auto {% if aspect %} {{ aspect }} {% else %} aspect-video {% endif %} {% if width %} {{ width }} {% else %} w-24 {% endif %}" sandbox="allow-same-origin allow-scripts allow-popups" src="{{ src }}?warningTitle=0" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue