Skip to content

Commit debc725

Browse files
Update page.html
Remove missing metadata include
1 parent 650c113 commit debc725

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_layouts/page.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
layout: default
33
---
44

5+
{%- comment -%}
56
{% include metadata.liquid %}
7+
{%- endcomment -%}
8+
69
{% include header.html %}
710

811
<main class="my-4">
@@ -14,4 +17,4 @@ <h1 class="display-5">{{ title }}</h1>
1417
</div>
1518
</main>
1619

17-
{% include footer.html %}
20+
{% include footer.html %}

0 commit comments

Comments
 (0)