From 381d3f45e47626af3195a5f1c0853594367e03a4 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Thu, 30 Jul 2015 11:46:25 -0700 Subject: [PATCH] Quick fix for https://github.com/piranha/gostatic/issues/47 --- processors.go | 1 + 1 file changed, 1 insertion(+) diff --git a/processors.go b/processors.go index fe44b4a..e3b1bf7 100644 --- a/processors.go +++ b/processors.go @@ -164,6 +164,7 @@ func ProcessInnerTemplate(page *Page, args []string) { } page.SetContent(buffer.String()) + page.raw = page.Content() } func ProcessTemplate(page *Page, args []string) {