feat: drop html
This commit is contained in:
parent
139417e86a
commit
6c551a0f90
@ -22,8 +22,8 @@ let
|
|||||||
|
|
||||||
pagesSection =
|
pagesSection =
|
||||||
(map
|
(map
|
||||||
(name: tags.div { class = "pure-u-1"; } (tags.a { href = "${baseurl}/${name}.html"; class = "postheader"; } name))
|
(name: tags.div { class = "pure-u-1"; } (tags.a { href = "${baseurl}/${name}"; class = "postheader"; } name))
|
||||||
(mapAttrsToList (name: _: name) pages)) ++ [ (tags.div { class = "pure-u-1"; } (tags.a { href = "${baseurl}/index.html"; class = "postheader"; } "posts")) ];
|
(mapAttrsToList (name: _: name) pages)) ++ [ (tags.div { class = "pure-u-1"; } (tags.a { href = "${baseurl}"; class = "postheader"; } "posts")) ];
|
||||||
|
|
||||||
postsSectionContent = with tags; [
|
postsSectionContent = with tags; [
|
||||||
(a { href = "#posts"; class = "postheader"; } (h1 "# posts"))
|
(a { href = "#posts"; class = "postheader"; } (h1 "# posts"))
|
||||||
|
Loading…
Reference in New Issue
Block a user