We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471c7a9 commit 650c113Copy full SHA for 650c113
_layouts/404.html
@@ -1,8 +1,10 @@
1
---
2
layout: default
3
4
-
+{%- comment -%}
5
{% include metadata.liquid %}
6
+{%- endcomment -%}
7
+
8
{% assign digit_bg = site.data.skin.digit.bg | default: 'gray-3' %}
9
{% if site.home %}
10
{% assign return = site.home | relative_url %}
@@ -19,4 +21,4 @@
19
21
<h1 class="display-5">{{ title }}</h1>
20
22
<p class="fs-5"><a href="{{ return }}">Return to the homepage</a></p>
23
</div>
-</main>
24
+</main>
0 commit comments