Skip to content

Commit 21cb6b5

Browse files
Update index.html
Remove missing metadata include
1 parent debc725 commit 21cb6b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_layouts/index.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
{% assign index_bg = site.data.skin.index.bg | default: 'gray-2' %}
811

@@ -58,4 +61,4 @@ <h1 class="display-3">{{ title }}</h1>
5861
</div>
5962
</main>
6063

61-
{% include footer.html %}
64+
{% include footer.html %}

0 commit comments

Comments
 (0)