Move custom footer into <footer>
This commit is contained in:
parent
ad303b9484
commit
2e2e42d1f0
1 changed files with 1 additions and 1 deletions
|
@ -20,12 +20,12 @@ layout: compress
|
|||
|
||||
<div class="page__footer">
|
||||
<footer>
|
||||
{% include footer/custom.html %}
|
||||
{% include footer.html %}
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
{% include scripts.html %}
|
||||
{% include footer/custom.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue