mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02: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