Skip to content

Commit e45fdee

Browse files
committed
plural writing
1 parent 225abb4 commit e45fdee

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ collections:
1010
sort_by: shortcode
1111
output: true
1212

13-
writing:
13+
writings:
1414
output: true
1515
# for some reason sort_by was not working, so I've manually input everything...
1616
order:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

writing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>How to Write VPR</h1>
1414
</details>
1515

1616
<div class="collection">
17-
{% for writing in site.writing %}
17+
{% for writing in site.writings %}
1818
<div class="anchor" id="{{ writing.number }}">&nbsp;</div><br /><br />
1919
<div class="item">
2020
<h1>{{ writing.name }}</h1>

0 commit comments

Comments
 (0)