We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debc725 commit 21cb6b5Copy full SHA for 21cb6b5
_layouts/index.html
@@ -2,7 +2,10 @@
2
layout: default
3
---
4
5
+{%- comment -%}
6
{% include metadata.liquid %}
7
+{%- endcomment -%}
8
+
9
{% include header.html %}
10
{% assign index_bg = site.data.skin.index.bg | default: 'gray-2' %}
11
@@ -58,4 +61,4 @@ <h1 class="display-3">{{ title }}</h1>
58
61
</div>
59
62
</main>
60
63
-{% include footer.html %}
64
+{% include footer.html %}
0 commit comments