Remove RenderedContent from page.

The output is written directly to disk after being written.  Not
entirely sure why it was split into two steps.
This commit is contained in:
Noah Campbell
2013-09-13 10:30:27 -07:00
parent 2ebfb33fe0
commit 803a0fce1e
2 changed files with 3 additions and 17 deletions

View File

@@ -40,7 +40,6 @@ type Page struct {
Summary template.HTML
RawMarkdown string // TODO should be []byte
Params map[string]interface{}
RenderedContent *bytes.Buffer
contentType string
Draft bool
Aliases []string