summaryrefslogtreecommitdiff
path: root/.zs/layout.html
diff options
context:
space:
mode:
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>