Skip to content

Commit 4573c15

Browse files
committed
style(public.html): Remove unnecessary comments and divs from public layout
1 parent 114719d commit 4573c15

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/views/layouts/public.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
<%- include('../components/head.html') %>
55

66
<body class="flex min-h-screen flex-col overflow-auto max-w-full">
7-
<!-- header -->
8-
<%- include('../components/header.html') %>
9-
10-
<main class="flex-1 relative h-full">
11-
<!-- pages -->
12-
<%- body %>
13-
</main>
14-
15-
<!-- footer -->
16-
<%- include('../components/footer.html') %>
7+
<%- body %>
178
</body>
189
</html>

0 commit comments

Comments
 (0)