The filename path was being split using a unix specific path seperator. This fix uses the os.PathSeperator to ensure proper evaluation regardless of platform. |
||
---|---|---|
.. | ||
config.go | ||
helpers.go | ||
index.go | ||
node.go | ||
page.go | ||
shortcode.go | ||
site.go |
The filename path was being split using a unix specific path seperator. This fix uses the os.PathSeperator to ensure proper evaluation regardless of platform. |
||
---|---|---|
.. | ||
config.go | ||
helpers.go | ||
index.go | ||
node.go | ||
page.go | ||
shortcode.go | ||
site.go |