Rebase on upstream/master; rename file to work with docs_ul includes file

This commit is contained in:
Matt Swanson 2013-10-01 10:34:29 -04:00
parent eca642bf6f
commit 3b6b56c220
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ layout: docs
title: Data Files
prev_section: variables
next_section: migrations
permalink: /docs/data/
permalink: /docs/datafiles/
---
In addition to the [built-in variables](../variables/) available from Jekyll,
@ -27,7 +27,7 @@ extension) and they will be accessible via `site.data`.
## Example: List of members
Here is a basic example of using Data Files avoid copy-pasting large chunks of
Here is a basic example of using Data Files to avoid copy-pasting large chunks of
code in your Jekyll templates:
In `_data/members.yml`:

View File

@ -1,7 +1,7 @@
---
layout: docs
title: Blog migrations
prev_section: data
prev_section: datafiles
next_section: templates
permalink: /docs/migrations/
---

View File

@ -2,7 +2,7 @@
layout: docs
title: Variables
prev_section: pages
next_section: data
next_section: datafiles
permalink: /docs/variables/
---