Added Speakerdeck embed code

This commit is contained in:
Oliver Davies 2015-08-09 23:03:18 +01:00
parent 51648b41ed
commit ab22677c23
2 changed files with 8 additions and 0 deletions

View file

@ -7,5 +7,9 @@
<h1>{{ page.title }}</h1>
{{ 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>
{% endblock %}