This commit is contained in:
Lorin Werthen 2018-04-13 11:22:02 +02:00
parent 7ddc761b8c
commit 882bfbcaf2
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

2
Rules
View file

@ -94,11 +94,13 @@ compile '/blog/*/*.md' do
end
compile '/blog/*/*.md', rep: :text do
filter :erb
filter :kramdown
filter :strip_html
end
compile '/blog/*/*.md', rep: :html do
filter :erb
filter :kramdown
end