Restructure page to have a contents page on the side

This commit is contained in:
2021-12-22 17:46:01 +00:00
parent b9404c206c
commit a5341e770c
8 changed files with 121 additions and 39 deletions

View File

@@ -6,6 +6,7 @@
<title>$title$</title>
</head>
<body>
<div id="content">
<h1>$h1title$</h1>
<p>
These are my personal notes. Correctness is not guaranteed.
@@ -21,7 +22,7 @@ Browse <a href="/notes">here</a> or by tag <a href="/.tags">here</a>.
</div>
<p class="smallText"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
</div>
<script src="/fuse.js"> </script>
<script> const data = $data$ </script>
<script src="/search.js"> </script>