mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
hugolob: A first incorporation of output types in rendering
This commit is contained in:
@@ -29,6 +29,8 @@ var (
|
||||
}
|
||||
)
|
||||
|
||||
type Types []Type
|
||||
|
||||
// Type represents an output represenation, usually to a file on disk.
|
||||
type Type struct {
|
||||
// The Name is used as an identifier. Internal output types (i.e. HTML and RSS)
|
||||
|
||||
Reference in New Issue
Block a user