Add loading image behind slides

This commit is contained in:
Oliver Davies 2017-03-06 13:11:00 +00:00
parent 7ff8348a60
commit 97b8239b0d
4 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,8 @@
{% if page.slides_embed %}
<div class="talk-slides">
<h2>Slides</h2>
{{ page.slides_embed|raw }}
<div class="presentation">
{{ page.slides_embed|raw }}
</div>
</div>
{% endif %}