Added Speakerdeck embed code
This commit is contained in:
parent
51648b41ed
commit
ab22677c23
|
@ -7,5 +7,9 @@
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
{{ page.blocks.content|raw }}
|
{{ page.blocks.content|raw }}
|
||||||
|
|
||||||
|
{% if page.speakerdeck_id %}
|
||||||
|
<script async class="speakerdeck-embed" data-id="{{ page.speakerdeck_id }}" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||||
|
{% endif %}
|
||||||
</main>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
---
|
---
|
||||||
title: Drupal 8
|
title: Drupal 8
|
||||||
location: PHPSW
|
location: PHPSW
|
||||||
|
speakerdeck_id: 46ba4ba577d94a32b7abdade610ceb69
|
||||||
|
joindin_id: 14380
|
||||||
---
|
---
|
||||||
|
This talk was a ten-minute lightning talk, intended to highlight some of the major architectural and cultural changes
|
||||||
|
that are currently happening in the Drupal community, to my local PHP community.
|
||||||
|
|
Reference in a new issue