stuff
This commit is contained in:
parent
18fa28319f
commit
5bca7064e4
@ -22,8 +22,8 @@ let
|
|||||||
|
|
||||||
pagesSection =
|
pagesSection =
|
||||||
(map
|
(map
|
||||||
(name: tags.div { class = "pure-u-1"; } (tags.a { href = "${baseurl}/${name}"; class = "pagelink"; } name))
|
(name: tags.div { class = "pure-u-1"; } (tags.a { href = "${baseurl}/${name}/"; class = "pagelink"; } name))
|
||||||
(mapAttrsToList (name: _: name) pages)) ++ [ (tags.div { class = "pure-u-1"; } (tags.a { href = "${baseurl}"; class = "pagelink"; } "posts")) ];
|
(mapAttrsToList (name: _: name) pages)) ++ [ (tags.div { class = "pure-u-1"; } (tags.a { href = "${baseurl}/"; class = "pagelink"; } "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