summaryrefslogtreecommitdiffstats
path: root/output/outputFormat.go
diff options
context:
space:
mode:
Diffstat (limited to 'output/outputFormat.go')
-rw-r--r--output/outputFormat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outputFormat.go b/output/outputFormat.go
index 5a794e340..9f371f856 100644
--- a/output/outputFormat.go
+++ b/output/outputFormat.go
@@ -77,7 +77,7 @@ type Format struct {
// as you probably don't want to link back to the RSS version of a page, as an
// example. AMP would, however, be a good example of an output format where this
// behaviour is wanted.
- Permalinkable bool
+ Permalinkable bool `json:"permalinkable"`
}
// An ordered list of built-in output formats.