add posts nav bar item
This commit is contained in:
parent
cd8c1a8e5d
commit
9c6c7d39dc
@ -57,6 +57,13 @@
|
|||||||
class = "novisited";
|
class = "novisited";
|
||||||
} "home")
|
} "home")
|
||||||
]
|
]
|
||||||
|
++ l.optionals (l.length ctx.posts > 0) [
|
||||||
|
" "
|
||||||
|
(a {
|
||||||
|
href = "${ctx.baseurl}/posts";
|
||||||
|
class = "novisited";
|
||||||
|
} "posts")
|
||||||
|
]
|
||||||
++ (
|
++ (
|
||||||
l.map
|
l.map
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user