Add servlet context to tags, archives rendering.

This commit is contained in:
Tom L 2016-02-15 20:31:40 -06:00
parent c18c3d60f2
commit 0c4156f43f

View file

@ -267,6 +267,7 @@
(render-file "/html/tags.html"
(merge params
{:active-page "tags"
:servlet-context (path "/" blog-prefix "/")
:uri uri})))))
(defn content-until-more-marker
@ -354,6 +355,7 @@
{:active-page "archives"
:archives true
:groups (group-for-archive posts)
:servlet-context (path "/" blog-prefix "/")
:uri uri})))))
(defn compile-authors