From 254cd89c8e50f46bb733cc170a79e9d3089ae5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 6 Mar 2017 13:40:06 +0100 Subject: hugolob: A first incorporation of output types in rendering --- output/outputType.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'output') diff --git a/output/outputType.go b/output/outputType.go index d79ab0590..222494b09 100644 --- a/output/outputType.go +++ b/output/outputType.go @@ -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) -- cgit v1.2.3