Skip to content

Commit 8027be1

Browse files
Update previous_years.html
Remove missing metadata include
1 parent 7cc80ec commit 8027be1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_layouts/previous_years.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">
@@ -19,4 +22,4 @@ <h1 class="display-5">{{ title }}</h1>
1922
</div>
2023
</main>
2124

22-
{% include footer.html %}
25+
{% include footer.html %}

0 commit comments

Comments
 (0)