jekyll/lib
schneems 701617cb0e Fix header for RSS feeds with UTF8 characters.
```
$ curl http://localhost:4000/feed.xml -I
HTTP/1.1 200 OK
Etag: 64af8c-2356-552805aa
Content-Type: text/xml; charset=utf-8
Content-Length: 9046
Last-Modified: Fri, 10 Apr 2015 17:17:30 GMT
Server: WEBrick/1.3.1 (Ruby/2.2.1/2015-02-26)
Date: Fri, 10 Apr 2015 17:17:34 GMT
Connection: Keep-Alive
```

Originally contributed to https://github.com/fitztrev/jekyll-utf8/pull/3
2015-04-14 18:21:25 -04:00
..
jekyll Fix header for RSS feeds with UTF8 characters. 2015-04-14 18:21:25 -04:00
site_template Separated some more readers from the main reader.rb file. 2015-03-06 17:20:25 +01:00
jekyll.rb Made corrections as suggested by @mattr-. 2015-03-20 12:41:19 +01:00