Skip to content

Commit

Permalink
Use item content as JSON content_html
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj authored and kisielk committed Aug 18, 2018
1 parent 5f69288 commit e922742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions json.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ func newJSONItem(i *Item) *JSONItem {
Id: i.Id,
Title: i.Title,
Summary: i.Description,

ContentHTML: i.Content,
}

if i.Link != nil {
Expand Down

0 comments on commit e922742

Please sign in to comment.