Skip to content

Commit

Permalink
Quick fix for piranha#47
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jul 30, 2015
1 parent ac0cead commit 381d3f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions processors.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func ProcessInnerTemplate(page *Page, args []string) {
}

page.SetContent(buffer.String())
page.raw = page.Content()
}

func ProcessTemplate(page *Page, args []string) {
Expand Down

0 comments on commit 381d3f4

Please sign in to comment.