repos / zmx

session persistence for terminal processes
git clone https://github.com/neurosnap/zmx.git

commit
66d1b8b
parent
5a761ab
author
Eric Bower
date
2026-04-16 20:59:29 -0400 EDT
style: site change
1 files changed,  +4, -2
M index.tmpl
+4, -2
 1@@ -28,15 +28,17 @@
 2       </div>
 3     </nav>
 4     <div class="post-group" style="flex-direction: row;">
 5-      <article class="md toc" style="height: 98vh; padding-top: 40px;">
 6+      <article class="md toc" style="padding-top: 40px;">
 7         {{.Data.TocHtml}}
 8       </article>
 9 
10-      <main class="post" style="height: 98vh;">
11+      <main class="post">
12         <article class="md">
13           {{.Data.Html}}
14         </article>
15       </main>
16+
17+      <div class="toc"></div>
18     </div>
19   </body>
20 </html>