make lists and games plural
This commit is contained in:
		@ -5,7 +5,7 @@ eleventyImport.collections: ["games"]
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<div class="pages-article">
 | 
			
		||||
{% for post in collections.game | reverse %}
 | 
			
		||||
 \- [{{ post.data.title or post.data.page.fileSlug }}](/game/{{ post.data.page.fileSlug }})
 | 
			
		||||
{% for post in collections.games | reverse %}
 | 
			
		||||
 \- [{{ post.data.title or post.data.page.fileSlug }}](/games/{{ post.data.page.fileSlug }})
 | 
			
		||||
{% endfor %}
 | 
			
		||||
</div>
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
{
 | 
			
		||||
    "layout": "layout/blog",
 | 
			
		||||
    "tags": ["game","post"]
 | 
			
		||||
    "tags": ["games","post"]
 | 
			
		||||
  }
 | 
			
		||||
@ -1,11 +1,11 @@
 | 
			
		||||
---
 | 
			
		||||
title: lists
 | 
			
		||||
layout: layout/base.njk
 | 
			
		||||
eleventyImport.collections: ["list"]
 | 
			
		||||
eleventyImport.collections: ["lists"]
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<div class="pages-article">
 | 
			
		||||
{% for post in collections.list | reverse %}
 | 
			
		||||
 \- [{{ post.data.title or post.data.page.fileSlug }}](/list/{{ post.data.page.fileSlug }})
 | 
			
		||||
{% for post in collections.lists | reverse %}
 | 
			
		||||
 \- [{{ post.data.title or post.data.page.fileSlug }}](/lists/{{ post.data.page.fileSlug }})
 | 
			
		||||
{% endfor %}
 | 
			
		||||
</div>
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
{
 | 
			
		||||
    "layout": "layout/blog",
 | 
			
		||||
    "tags": ["list","post"]
 | 
			
		||||
    "tags": ["lists","post"]
 | 
			
		||||
  }
 | 
			
		||||
		Reference in New Issue
	
	Block a user