output: Add CSV to the global output formats list - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit d6e8b86f66d6d505fadc32bca601762a4aa90c5e
DIR parent a098081c4a221c199d37b2b2ae851eaf8e8c2456
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Mon, 3 Apr 2017 12:16:32 +0200
output: Add CSV to the global output formats list
Diffstat:
M output/outputFormat.go | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/output/outputFormat.go b/output/outputFormat.go
@@ -87,6 +87,7 @@ var builtInTypes = map[string]Format{
strings.ToLower(AMPFormat.Name): AMPFormat,
strings.ToLower(CalendarFormat.Name): CalendarFormat,
strings.ToLower(CSSFormat.Name): CSSFormat,
+ strings.ToLower(CSVFormat.Name): CSVFormat,
strings.ToLower(HTMLFormat.Name): HTMLFormat,
strings.ToLower(JSONFormat.Name): JSONFormat,
strings.ToLower(RSSFormat.Name): RSSFormat,