Move custom footer into <footer>

This commit is contained in:
Michael Rose 2016-06-06 15:16:43 -04:00
parent ad303b9484
commit 2e2e42d1f0

View file

@ -20,12 +20,12 @@ layout: compress
<div class="page__footer"> <div class="page__footer">
<footer> <footer>
{% include footer/custom.html %}
{% include footer.html %} {% include footer.html %}
</footer> </footer>
</div> </div>
{% include scripts.html %} {% include scripts.html %}
{% include footer/custom.html %}
</body> </body>
</html> </html>