add sass path

This commit is contained in:
Ben Balter 2016-03-05 13:05:11 -05:00
parent 8bfb9e51f3
commit 47416169c3
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ module Jekyll
path_for "layouts"
end
def sass_path
path_for "sass"
end
private
def path_for(folder)