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
 | 
					title: Data Files
 | 
				
			||||||
prev_section: variables
 | 
					prev_section: variables
 | 
				
			||||||
next_section: migrations
 | 
					next_section: migrations
 | 
				
			||||||
permalink: /docs/data/
 | 
					permalink: /docs/datafiles/
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In addition to the [built-in variables](../variables/) available from Jekyll,
 | 
					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
 | 
					## 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:
 | 
					code in your Jekyll templates:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In `_data/members.yml`:
 | 
					In `_data/members.yml`:
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
layout: docs
 | 
					layout: docs
 | 
				
			||||||
title: Blog migrations
 | 
					title: Blog migrations
 | 
				
			||||||
prev_section: data
 | 
					prev_section: datafiles
 | 
				
			||||||
next_section: templates
 | 
					next_section: templates
 | 
				
			||||||
permalink: /docs/migrations/
 | 
					permalink: /docs/migrations/
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
layout: docs
 | 
					layout: docs
 | 
				
			||||||
title: Variables
 | 
					title: Variables
 | 
				
			||||||
prev_section: pages
 | 
					prev_section: pages
 | 
				
			||||||
next_section: data
 | 
					next_section: datafiles
 | 
				
			||||||
permalink: /docs/variables/
 | 
					permalink: /docs/variables/
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue