We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321295e commit 5563b60Copy full SHA for 5563b60
Rules
@@ -23,7 +23,6 @@ compile '*' do
23
elsif item[:extension] == 'js'
24
# don’t filter stylesheets
25
elsif item[:extension] == 'md'
26
- filter :kramdown
27
if item[:layout] != nil
28
#puts "[#{Rainbow(item.reference).red}]\t\t layout '#{Rainbow(item[:layout]).yellow}' requested in front matter"
29
layout item[:layout]
0 commit comments