diff --git a/ui/amcontext.go b/ui/amcontext.go index 4bdb23e..5dfe10c 100644 --- a/ui/amcontext.go +++ b/ui/amcontext.go @@ -575,9 +575,7 @@ func contextRecycler(incoming chan *amContext, done chan bool) { for c := range incoming { c.echoContext = nil c.httprc = http.StatusOK - for k := range c.rendervars { - delete(c.rendervars, k) - } + c.rendervars = make(jet.VarMap) c.outputType = "" c.session = nil c.globals = nil diff --git a/ui/views/posts.jet b/ui/views/posts.jet index a460549..6ff0808 100644 --- a/ui/views/posts.jet +++ b/ui/views/posts.jet @@ -71,7 +71,7 @@
- [ + [ View All {{ if rangeStart > 0 }} | @@ -141,7 +141,7 @@
- [ + [ View All {{ if rangeStart > 0 }} |