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