mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 10:36:42 -07:00
New refreshed blog for 2024 using Zola
This commit is contained in:
parent
a23dd16b89
commit
46c2405d9e
125 changed files with 1356 additions and 1337 deletions
4
templates/shortcodes/peertube.html
Normal file
4
templates/shortcodes/peertube.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="peertube{% if class %} {{class}}{% endif %}">
|
||||
<iframe src="https://watch.softinio.com/videos/embed/{{id}}?title=0&warningTitle=0&peertubeLink=0" title="{{title | default(value='Peertube') }}" class="yvi" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
</div>
|
||||
|
3
templates/shortcodes/youtube.html
Normal file
3
templates/shortcodes/youtube.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="yv{% if class %} {{class}}{% endif %}">
|
||||
<iframe src="https://www.youtube{% if not cookie %}-nocookie{% endif %}.com/embed/{{id}}{% if playlist %}?list={{playlist}}{% endif %}{% if autoplay %}?autoplay=1{% endif %}" title="{{title | default(value='Youtube') }}" class="yvi" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue