From 0e992860fcb400ea088df397a08a5c87d615251a Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 17 Apr 2019 04:40:59 +0000 Subject: [PATCH] cmd/site: give rss users the content too --- cmd/site/main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cmd/site/main.go b/cmd/site/main.go index 8d76786..b562017 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -59,8 +59,8 @@ type Site struct { rssFeed *feeds.Feed jsonFeed *jsonfeed.Feed - mux *http.ServeMux - xffmw *xff.XFF + mux *http.ServeMux + xffmw *xff.XFF } func (s *Site) ServeHTTP(w http.ResponseWriter, r *http.Request) { @@ -153,6 +153,7 @@ func Build() (*Site, error) { Link: &feeds.Link{Href: "https://christine.website/" + item.Link}, Description: item.Summary, Created: item.Date, + Content: string(item.BodyHTML), }) s.jsonFeed.Items = append(s.jsonFeed.Items, jsonfeed.Item{