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