Metadata names

This commit is contained in:
Tim Schaub
2015-04-06 10:57:15 -06:00
parent 30c04cf8ab
commit 3b96071096
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -77,7 +77,7 @@ function augmentExamples(files, metalsmith, done) {
resource + ' is not .js or .css: ' + filename);
}
}
file.extra_head = resources.join('\n');
file.extraHead = resources.join('\n');
}
}
}
@@ -88,7 +88,7 @@ function main(callback) {
.source(srcDir)
.destination(destDir)
.metadata({
'ol_version': pkg.version
olVersion: pkg.version
})
.use(augmentExamples)
.use(templates({