summaryrefslogtreecommitdiff
path: root/.zs/layout.html
diff options
context:
space:
mode:
authordelta <darkussdelta@gmail.com>2026-07-25 11:42:01 +0200
committerdelta <darkussdelta@gmail.com>2026-07-25 11:43:48 +0200
commit95ceed33d3adec472f4a1b5d3517baf645766e44 (patch)
tree94d8779483e49f7afe624a15e9d271e6f8fbe430 /.zs/layout.html
parentae36b044f1fc36cd5587b0d3111c2ee72cf0c03f (diff)
site rework!!
Diffstat (limited to '.zs/layout.html')
-rw-r--r--.zs/layout.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/.zs/layout.html b/.zs/layout.html
index 21ccc0b..4893239 100644
--- a/.zs/layout.html
+++ b/.zs/layout.html
@@ -24,16 +24,9 @@
</head>
<body>
- <div id="deco" aria-hidden=true>
- <div id="rainbow"></div>
- <div id="triangles"></div>
- </div>
- <div id="upper" role="presentation">
- {{ .zs/components/nav }}
- <div>
- <main><div>{{ content }}</div></main>
- {{ .zs/components/footer }}
- </div>
- </div>
+ <div id="triangles"></div>
+ {{ .zs/components/nav }}
+ <main><div>{{ content }}</div></main>
+ {{ .zs/components/footer }}
</body>
</html>