Merge master
This commit is contained in:
commit
6b1e3b65a6
14 changed files with 138 additions and 72 deletions
|
@ -1,5 +1,5 @@
|
|||
<footer class="container" role="contentinfo">
|
||||
<p class="copyright">© 2010-{{ 'now'|date('Y') }} {{ site.title }}.</p>
|
||||
<p class="copyright">© 2010-{{ 'now'|date('Y') }} {{ site.title }}. Powered by <a href="https://sculpin.io">Sculpin</a> and <a href="https://www.digitalocean.com/?refcode={{ site.digitalocean_referral }}">DigitalOcean</a>.</p>
|
||||
|
||||
{% include 'meetups' %}
|
||||
</footer>
|
||||
|
|
1
source/_partials/speakerdeck.html.twig
Normal file
1
source/_partials/speakerdeck.html.twig
Normal file
|
@ -0,0 +1 @@
|
|||
<script async class="speakerdeck-embed" data-id="{{ data_id }}" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
5
source/_partials/tweet.html.twig
Normal file
5
source/_partials/tweet.html.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
<p>
|
||||
<blockquote class="twitter-tweet" data-cards="hidden" lang="en">
|
||||
{{ content|raw }}
|
||||
</blockquote>
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue