Skip to content

Commit

Permalink
Add Attr for Document
Browse files Browse the repository at this point in the history
  • Loading branch information
leetaifook committed Jan 11, 2013
1 parent 61a41cc commit 00b0181
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/document.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type Document struct {
GenerateHtml bool
Static string
Theme string
Attr map[string]string
Css map[string]string
Js map[string]string
Img map[string]string
Expand All @@ -21,8 +22,5 @@ type Document struct {
Hide bool
Func template.FuncMap
Title string
Subtitle string
Header string
Body interface{}
Footer string
}

0 comments on commit 00b0181

Please sign in to comment.