diff options
author | bep <[email protected]> | 2015-03-26 17:22:45 +0100 |
---|---|---|
committer | bep <[email protected]> | 2015-03-26 17:22:35 +0100 |
commit | be8c06757707cf240baaa72d6e659fcd2b6261f2 (patch) | |
tree | ad5c8025b3225373c7d6d546cd69ef1d7e4b9a27 /hugofs/fs.go | |
parent | 0921761e473588cc600a91d76d60844aa28fa387 (diff) | |
download | hugo-be8c06757707cf240baaa72d6e659fcd2b6261f2.tar.gz hugo-be8c06757707cf240baaa72d6e659fcd2b6261f2.zip |
Add support for Ace base and inner templates
Fixes #994
Fixes #511
Diffstat (limited to 'hugofs/fs.go')
-rw-r--r-- | hugofs/fs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hugofs/fs.go b/hugofs/fs.go index c2b5e143c..28b65086a 100644 --- a/hugofs/fs.go +++ b/hugofs/fs.go @@ -17,5 +17,6 @@ import "github.com/spf13/afero" var SourceFs afero.Fs = new(afero.OsFs) var DestinationFS afero.Fs = new(afero.OsFs) +var OsFs afero.Fs = new(afero.OsFs) //var DestinationFS afero.Fs = new(afero.MemMapFs) |