Skip to content

Commit

Permalink
Add Download field into struct Links
Browse files Browse the repository at this point in the history
  • Loading branch information
LubosD committed Sep 10, 2022
1 parent bb961e5 commit 962ec78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 962ec78

Please sign in to comment.