Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Last active December 16, 2015 15:49
Show Gist options
  • Save denisdefreyne/5458930 to your computer and use it in GitHub Desktop.
Save denisdefreyne/5458930 to your computer and use it in GitHub Desktop.
match '/articles/*.md' do
filter :rdiscount
layout 'article'
end
[ '/foo/*.md', '/bar/*.md' ].each do |x|
match x do
filter :rdiscount
layout 'article'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment