Moved things into partials
This commit is contained in:
parent
867d8efef2
commit
6c24f7e76e
4 changed files with 44 additions and 41 deletions
7
source/_partials/footer.html
Normal file
7
source/_partials/footer.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<footer class="container" role="contentinfo">
|
||||
<p class="copyright">© 2010-{{ 'now'|date('Y') }} {{ site.title }}.</p>
|
||||
|
||||
{% include 'meetups' %}
|
||||
</footer>
|
||||
|
||||
{% include 'footer-scripts' %}
|
Loading…
Add table
Add a link
Reference in a new issue