Fixed rendering articles.

This commit is contained in:
Marvin Blum
2020-07-04 01:14:01 +02:00
committed by Marvin Blum
parent 59dfcb7fde
commit 5ae2a829ab

View File

@@ -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