]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Setup global data for docs
authorKevin Ball <kmball11@gmail.com>
Wed, 17 Aug 2016 23:10:33 +0000 (16:10 -0700)
committerKevin Ball <kmball11@gmail.com>
Wed, 17 Aug 2016 23:10:33 +0000 (16:10 -0700)
docs/data/global.yml [new file with mode: 0644]
gulpfile.js

diff --git a/docs/data/global.yml b/docs/data/global.yml
new file mode 100644 (file)
index 0000000..a24cafe
--- /dev/null
@@ -0,0 +1,4 @@
+framework:
+  name: Foundation for Emails
+  version: 2.2.1
+  type: emails
index 195d4133d09aef164ac7ec15eefbc681c9b1122e..ca8da2c0977131601d0ba6a727a5b172bb6c488b 100644 (file)
@@ -56,6 +56,7 @@ gulp.task('html', function() {
     .pipe(panini({
       root: 'docs/pages/',
       layouts: 'docs/layouts/',
+      data: 'docs/data/',
       partials: ['node_modules/foundation-docs/templates/partials/', 'docs/partials/'],
       helpers: foundationDocs.handlebarsHelpers
     }))