diff --git a/content.go b/content.go index c07d622..2fc6e8d 100644 --- a/content.go +++ b/content.go @@ -65,9 +65,10 @@ type ContentAppearancePublished struct { // Links contains link information type Links struct { - Base string `json:"base"` - TinyUI string `json:"tinyui"` - WebUI string `json:"webui"` + Base string `json:"base"` + TinyUI string `json:"tinyui"` + WebUI string `json:"webui"` + Download string `json:"download"` } // Ancestor defines ancestors to create sub pages