Rename _includes to _partials
This commit is contained in:
parent
c6aaf21722
commit
11d37468a8
27 changed files with 0 additions and 0 deletions
8
source/_partials/talk/slides.html.twig
Normal file
8
source/_partials/talk/slides.html.twig
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% if page.speakerdeck.id and page.speakerdeck.ratio %}
|
||||
<div class="talk-slides mt-4">
|
||||
<h2>Slides</h2>
|
||||
|
||||
<noscript>**Please enable JavaScript to view slides.**</noscript>
|
||||
<script async class="speakerdeck-embed" data-id="{{ page.speakerdeck.id }}" data-ratio="{{ page.speakerdeck.ratio }}" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue