Skip to content

Commit d52f7d4

Browse files
committed
Main page does not have menu
1 parent d88296c commit d52f7d4

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

_layouts/default.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
{% include head.html %}
44

55
<body>
6-
{% include nav.html %}
7-
8-
<main>
9-
{{ content }}
10-
</main>
6+
<main> {{ content }} </main>
117

128
{% include footer.html %}
139
</body>

0 commit comments

Comments
 (0)