+! New sidebar button for mobile

This commit is contained in:
2022-03-09 01:14:59 -08:00
parent f97b8c0a17
commit 2a45dc6ae4
4 changed files with 64 additions and 1 deletions

View File

@@ -2,8 +2,8 @@
<html lang="en">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="layout">
{{- partial "header.html" . -}}
<div id="main">
<div class="content">
<h1>Welcome to my not-a-blog</h1>
@@ -19,5 +19,6 @@
</div>
</div>
</div>
{{- partial "footer.html" . -}}
</body>
</html>