]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
revert doc change regarding custom data 493/head
authorZeb Pykosz <zeb.apy@gmail.com>
Tue, 19 Jul 2016 18:55:56 +0000 (14:55 -0400)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2016 18:55:56 +0000 (14:55 -0400)
docs/pages/panini.md

index 53df59d77f9c77ee8af87f1e4a0699d7150c0134..565d86b6e4ad3383ed437d1b7a2ab519fab0d265 100644 (file)
@@ -12,7 +12,7 @@ If you've ever created a static site, maybe you had five pages that all shared t
 
 Panini is a flat file compiler that uses the concepts of templates, pages, and partials&mdash;powered by the [Handlebars](http://handlebarsjs.com/) templating language&mdash;to streamline the process of creating static prototypes.
 
-Our [prototyping template](https://github.com/zurb/foundation-emails-template) uses Panini, along with a host of other tools for processing Sass and images, to make creating optimized templates easy. It's already been configured to utilize most of the features below, but if you want to learn the specifics of how to configure the library, head over to the [Panini GitHub page](https://github.com/zurb/panini).
+Our [prototyping template](https://github.com/zurb/foundation-emails-template) uses Panini, along with a host of other tools for processing Sass and images, to make creating optimized templates easy. It's already been configured to utilize all of the features below, but if you want to learn the specifics of how to configure the library, head over to the [Panini GitHub page](https://github.com/zurb/panini).
 
 ---
 
@@ -196,8 +196,6 @@ Custom data can be added to your pages. This data can then be inserted into your
 
 To add variables to a specific page only, add it at the top of the page's HTML as a [Front Matter](http://jekyllrb.com/docs/frontmatter/) block. Let's say the below content is inside `src/pages/index.html`.
 
-**Before you can use custom data, be sure your Panini configuration has the `data: 'src/data'` path configured.**
-
 ```html
 ---
 title: Page Title