We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88296c commit d52f7d4Copy full SHA for d52f7d4
1 file changed
_layouts/default.html
@@ -3,11 +3,7 @@
3
{% include head.html %}
4
5
<body>
6
- {% include nav.html %}
7
-
8
- <main>
9
- {{ content }}
10
- </main>
+ <main> {{ content }} </main>
11
12
{% include footer.html %}
13
</body>
0 commit comments