diff options
| author | Christine Dodrill <me@christine.website> | 2019-03-27 07:31:57 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-03-27 07:31:57 -0700 |
| commit | 7e6a1cbd5841b094a7e168f8500075443f31e8e0 (patch) | |
| tree | 24d7d72cdb2113909acd912ab1bc06e5c5259e28 /cmd/site/rss.go | |
| parent | d0ff1b2d04fc0caf57d99f1d34ce13cf4aae6a1a (diff) | |
| download | xesite-7e6a1cbd5841b094a7e168f8500075443f31e8e0.tar.xz xesite-7e6a1cbd5841b094a7e168f8500075443f31e8e0.zip | |
make logging cleaner, etag more
Diffstat (limited to 'cmd/site/rss.go')
| -rw-r--r-- | cmd/site/rss.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/site/rss.go b/cmd/site/rss.go index 5b2c73a..e03e07f 100644 --- a/cmd/site/rss.go +++ b/cmd/site/rss.go @@ -75,7 +75,6 @@ func (s *Site) createJSONFeed(w http.ResponseWriter, r *http.Request) { return } - w.Header().Set("Content-Type", "application/json") e := json.NewEncoder(w) e.SetIndent("", "\t") |
