Add custom footer include
This commit is contained in:
parent
7f30ab04ea
commit
5c79a09f08
2 changed files with 4 additions and 0 deletions
3
_includes/footer/custom.html
Normal file
3
_includes/footer/custom.html
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<!-- start custom footer snippets -->
|
||||||
|
|
||||||
|
<!-- end custom footer snippets -->
|
|
@ -64,6 +64,7 @@ layout: compress
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include scripts.html %}
|
{% include scripts.html %}
|
||||||
|
{% include footer/custom.html %}
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue