Show vimeo videos on talk pages
This commit is contained in:
parent
89470f67f4
commit
5c1723f601
2 changed files with 6 additions and 1 deletions
|
@ -18,5 +18,9 @@
|
|||
{% if page.slides.embed %}
|
||||
{{ page.slides.embed|raw }}
|
||||
{% endif %}
|
||||
|
||||
{% if page.vimeo.id %}
|
||||
<iframe src="https://player.vimeo.com/video/{{ page.vimeo.id }}?title=0&portrait=0" width="{{ page.vimeo.width|default(500) }}" height="{{ page.vimeo.height|default(281) }}" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
{% endif %}
|
||||
</main>
|
||||
{% endblock content_wrapper %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue