Added slides and video blocks
This commit is contained in:
parent
bc180e8792
commit
33198841a4
8 changed files with 51 additions and 28 deletions
|
@ -5,11 +5,8 @@ event:
|
|||
name: DrupalCamp London 2014
|
||||
website: http://2014.drupalcamplondon.co.uk
|
||||
location: London, UK
|
||||
slides:
|
||||
url: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
|
||||
embed: <script async class="speakerdeck-embed" data-id="201559e0f103013198dd5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
slides: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
|
||||
video: https://www.youtube.com/watch?v=T-miCpHxfds
|
||||
youtube: T-miCpHxfds
|
||||
tags:
|
||||
- conference
|
||||
- drupalcamp
|
||||
|
@ -18,3 +15,10 @@ tags:
|
|||
- git-flow
|
||||
slug: git-flow
|
||||
---
|
||||
{% block slides %}
|
||||
<script async class="speakerdeck-embed" data-id="201559e0f103013198dd5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block video %}
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/T-miCpHxfds" frameborder="0" allowfullscreen></iframe>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue