fix path again

This commit is contained in:
dusk 2022-07-30 14:20:33 +03:00
parent 659b53680a
commit a54160a9ea
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -62,10 +62,6 @@
sidebarSection = optional ((length pagesSection) > 0) (
with tags;
nav {class = "sidebar";} [
(a {
href = "#pages";
class = "postheader";
} (h1 "pages"))
(div {class = "pure-g";} pagesSection)
]
);