Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 7a7d7a2

Browse files
committed
Merge pull request #915 from github/update-1449108933
2 parents df80016 + b800c3e commit 7a7d7a2

File tree

3 files changed

+2
-1205
lines changed

3 files changed

+2
-1205
lines changed

Rules

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ end
1414

1515
passthrough '/CNAME'
1616

17-
compile '/feed.*' do
17+
compile '/changes.atom' do
1818
filter :erb
19-
filter :html_pipeline, @config[:pipeline_config]
2019
end
2120

2221
compile '/integrations-directory/*' do
@@ -59,7 +58,7 @@ compile '/**/*' do
5958
layout(item[:layout] ? "/#{item[:layout]}.*" : '/default.*')
6059
end
6160

62-
route '/feed.*' do
61+
route '/changes.atom' do
6362
'/changes.atom'
6463
end
6564

0 commit comments

Comments
 (0)