Skip to content

Commit

Permalink
Merge pull request #49 from LubosD/feature/download-link
Browse files Browse the repository at this point in the history
Add Download field into struct Links
  • Loading branch information
c-seeger authored Nov 25, 2022
2 parents bb961e5 + 962ec78 commit 5112c4f
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 5112c4f

Please sign in to comment.