Added embedded slides
This commit is contained in:
parent
3fab695474
commit
355d05b6f1
|
@ -15,6 +15,10 @@
|
||||||
{% endif %}.
|
{% endif %}.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
{% if page.slides_embed %}
|
||||||
|
{{ page.slides_embed|raw }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{{ page.blocks.content|raw }}
|
{{ page.blocks.content|raw }}
|
||||||
</main>
|
</main>
|
||||||
{% endblock content_wrapper %}
|
{% endblock content_wrapper %}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title:
|
title:
|
||||||
location:
|
location:
|
||||||
slides_url:
|
slides_url:
|
||||||
|
slides_embed:
|
||||||
slug:
|
slug:
|
||||||
draft: true
|
draft: true
|
||||||
# fuzzy_date: true
|
# fuzzy_date: true
|
||||||
|
|
Reference in a new issue