Skip to content

Commit 7cc80ec

Browse files
Update people.html
Remove missing metadata include
1 parent d1d3746 commit 7cc80ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_layouts/people.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">
@@ -82,4 +85,4 @@ <h3 class="fw-normal-group">{{ group.title }}</h3>
8285
</div>
8386
</main>
8487

85-
{% include footer.html %}
88+
{% include footer.html %}

0 commit comments

Comments
 (0)