Rebase on upstream/master; rename file to work with docs_ul includes file
This commit is contained in:
parent
eca642bf6f
commit
3b6b56c220
|
@ -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`:
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Blog migrations
|
||||
prev_section: data
|
||||
prev_section: datafiles
|
||||
next_section: templates
|
||||
permalink: /docs/migrations/
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
layout: docs
|
||||
title: Variables
|
||||
prev_section: pages
|
||||
next_section: data
|
||||
next_section: datafiles
|
||||
permalink: /docs/variables/
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue