add tags page to the navbar
1 files changed, 1 insertions(+), 0 deletions(-)

M site.arc
M site.arc +1 -0
@@ 206,6 206,7 @@ page-specific-headers"
                         (tag (div id "navbar-header")
                              (tag ul
                                   (tag li (link "home" "/"))
+                                  (tag li (link "tags" "tags"))
                                   (each tbl config!navbar-entries-at-top
                                         (when (and tbl!href tbl!content)
                                           (tag li (link tbl!content tbl!href))))))