Skip to content

Commit 650c113

Browse files
Update 404.html
Remove missing metadata include
1 parent 471c7a9 commit 650c113

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_layouts/404.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
layout: default
33
---
4-
4+
{%- comment -%}
55
{% include metadata.liquid %}
6+
{%- endcomment -%}
7+
68
{% assign digit_bg = site.data.skin.digit.bg | default: 'gray-3' %}
79
{% if site.home %}
810
{% assign return = site.home | relative_url %}
@@ -19,4 +21,4 @@
1921
<h1 class="display-5">{{ title }}</h1>
2022
<p class="fs-5"><a href="{{ return }}">Return to the homepage</a></p>
2123
</div>
22-
</main>
24+
</main>

0 commit comments

Comments
 (0)