diff --git a/main.go b/main.go index 40e161f..cd0ac92 100644 --- a/main.go +++ b/main.go @@ -107,7 +107,7 @@ func serveBlogArticle() http.HandlerFunc { // track the hit if the article was found, otherwise we don't care tracker.Hit(r) - tplCache.Render(w, "article.html", struct { + tplCache.RenderWithoutCache(w, "article.html", struct { Title string Content template.HTML Published time.Time