From a54160a9ea97cf9a45216b21e42db67266abd709 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sat, 30 Jul 2022 14:20:33 +0300 Subject: [PATCH] fix path again --- templaters/basic.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templaters/basic.nix b/templaters/basic.nix index 91902c9..9de73aa 100644 --- a/templaters/basic.nix +++ b/templaters/basic.nix @@ -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) ] );