output: Add missing JSON tag

This commit is contained in:
Bjørn Erik Pedersen
2019-03-28 20:59:09 +01:00
parent bfdc44964a
commit b6a60f718e
2 changed files with 10 additions and 10 deletions

View File

@@ -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.