RSS file support

This commit is contained in:
Kyle Drake 2016-02-11 21:04:15 -08:00
parent a868312bb4
commit 6ba8efaa11

View file

@ -30,10 +30,11 @@ class Site < Sequel::Model
application/xml application/xml
audio/midi audio/midi
text/cache-manifest text/cache-manifest
application/rss+xml
} }
VALID_EXTENSIONS = %w{ VALID_EXTENSIONS = %w{
html htm txt text css js jpg jpeg png gif svg md markdown eot ttf woff woff2 json geojson csv tsv mf ico pdf asc key pgp xml mid midi manifest otf webapp less sass html htm txt text css js jpg jpeg png gif svg md markdown eot ttf woff woff2 json geojson csv tsv mf ico pdf asc key pgp xml mid midi manifest otf webapp less sass rss
} }
VALID_EDITABLE_EXTENSIONS = %w{ VALID_EDITABLE_EXTENSIONS = %w{