Show vimeo videos on talk pages
This commit is contained in:
parent
89470f67f4
commit
5c1723f601
|
@ -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 %}
|
||||
|
|
|
@ -6,7 +6,8 @@ event:
|
|||
website: http://unifieddiff.co.uk
|
||||
location: Cardiff, UK
|
||||
video: https://vimeo.com/49827006
|
||||
vimeo: 49827006
|
||||
vimeo:
|
||||
id: 49827006
|
||||
slug: what-is-this-drupal-thing
|
||||
tags:
|
||||
- meetup
|
||||
|
|
Loading…
Reference in a new issue