Skip to content

Commit d1d3746

Browse files
Update map.html
Remove missing metadata include
1 parent 21cb6b5 commit d1d3746

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_layouts/map.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">
@@ -15,4 +18,4 @@ <h1 class="display-5">{{ title }}</h1>
1518
</div>
1619
</main>
1720

18-
{% include footer.html %}
21+
{% include footer.html %}

0 commit comments

Comments
 (0)