From fb3fbea46d0a47898df1cd18031a82293e59fff6 Mon Sep 17 00:00:00 2001 From: Zeb Pykosz Date: Tue, 19 Jul 2016 14:55:56 -0400 Subject: [PATCH] revert doc change regarding custom data --- docs/pages/panini.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/pages/panini.md b/docs/pages/panini.md index 53df59d7..565d86b6 100644 --- a/docs/pages/panini.md +++ b/docs/pages/panini.md @@ -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—powered by the [Handlebars](http://handlebarsjs.com/) templating language—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 -- 2.47.2