summaryrefslogtreecommitdiffstats
path: root/hugolib/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/node.go')
-rw-r--r--hugolib/node.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/hugolib/node.go b/hugolib/node.go
index c0779261c..628675167 100644
--- a/hugolib/node.go
+++ b/hugolib/node.go
@@ -19,9 +19,9 @@ import (
)
type Node struct {
- RSSlink template.HTML
- Site SiteInfo
-// layout string
+ RSSlink template.HTML
+ Site SiteInfo
+ // layout string
Data map[string]interface{}
Title string
Description string