Split default view into partials
This commit is contained in:
parent
708d40a10b
commit
2b13c8733e
5 changed files with 60 additions and 59 deletions
7
source/_includes/footer.html.twig
Normal file
7
source/_includes/footer.html.twig
Normal file
|
@ -0,0 +1,7 @@
|
|||
<footer class="border-t border-grey-lighter pt-4 mt-4">
|
||||
<p>
|
||||
© 2010-{{ 'now'|date('Y') }} {{ site.title }}. Built with <a href="https://sculpin.io">Sculpin</a> and <a href="https://tailwindcss.com">Tailwind CSS</a>.
|
||||
</p>
|
||||
|
||||
{% include 'meetups' %}
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue