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) ] );