Skip to content

Commit 853a466

Browse files
committed
Add empty footer include
1 parent 98c3138 commit 853a466

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

_includes/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% comment %}
2+
Place your JavaScript files here.
3+
{% endcomment %}

_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
{{ content }}
1212
</div>
1313

14+
{% include footer.html %}
15+
1416
</body>
1517
</html>

0 commit comments

Comments
 (0)