Skip to content

Commit 99b9eae

Browse files
committed
Trying to get item frontmatter fields to appear on page
1 parent fe1b964 commit 99b9eae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_layouts/item.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
layout: default
33
---
44

5-
## {{ item.name }}
5+
## {{ page.name }}
66

7-
<p><strong>Description:</strong> {{ item.description }}</p>
7+
<p><strong>Description:</strong> {{ page.description }}</p>
88

9-
<p><strong>Goal:</strong> {{ item.goal }}</p>
9+
<p><strong>Goal:</strong> {{ page.goal }}</p>
1010

11-
<p><strong>Source:</strong> {{ item.source }}</p>
11+
<p><strong>Source:</strong> {{ page.source }}</p>
1212

13-
<p><strong>Keywords:</strong> {{ item.keywords }}</p>
13+
<p><strong>Keywords:</strong> {{ page.keywords }}</p>
1414

1515
<hr/>
1616

0 commit comments

Comments
 (0)