add sass path
This commit is contained in:
parent
8bfb9e51f3
commit
47416169c3
|
@ -27,6 +27,10 @@ module Jekyll
|
||||||
path_for "layouts"
|
path_for "layouts"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def sass_path
|
||||||
|
path_for "sass"
|
||||||
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def path_for(folder)
|
def path_for(folder)
|
||||||
|
|
Loading…
Reference in New Issue