diff --git a/src/cryogen_core/compiler.clj b/src/cryogen_core/compiler.clj index 7762fc5..d58c877 100644 --- a/src/cryogen_core/compiler.clj +++ b/src/cryogen_core/compiler.clj @@ -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