Skip to content

Commit e6861b4

Browse files
committed
fix index page not showing titles
1 parent d92e6ab commit e6861b4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

goblins/index.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: base-layout.njk
3+
title: Goblins
34
tags: ['race']
45
pagination:
56
data: collections.goblins

index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: base-layout.njk
33
pagination:
4-
data: collections.race
4+
data: collections.races
55
size: 10
66
reverse: true
77
alias: races

0 commit comments

Comments
 (0)