FIx article list function name
This commit is contained in:
parent
ef79b0c3ff
commit
74d237b723
@ -12,7 +12,7 @@ eleventyNavigation:
|
|||||||
order: 1
|
order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
{{ import { articlesList } from "components/functions.vto" }}
|
{{ import { articleList } from "components/functions.vto" }}
|
||||||
|
|
||||||
## My {% cite "Cassette Beasts" %} Articles
|
## My {% cite "Cassette Beasts" %} Articles
|
||||||
{{ articleList("cassette beasts articles") }}
|
{{ articleList("cassette beasts articles") }}
|
||||||
|
@ -12,7 +12,7 @@ eleventyNavigation:
|
|||||||
order: 1
|
order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
{{ import { articlesList } from "components/functions.vto" }}
|
{{ import { articleList } from "components/functions.vto" }}
|
||||||
|
|
||||||
## My Articles for Both Games
|
## My Articles for Both Games
|
||||||
{{ articleList("kotor both articles") }}
|
{{ articleList("kotor both articles") }}
|
||||||
|
@ -12,7 +12,7 @@ eleventyNavigation:
|
|||||||
order: 2
|
order: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
{{ import { articlesList } from "components/functions.vto" }}
|
{{ import { articleList } from "components/functions.vto" }}
|
||||||
|
|
||||||
## My KotOR Guides
|
## My KotOR Guides
|
||||||
{{ articleList("kotor guides") }}
|
{{ articleList("kotor guides") }}
|
||||||
|
@ -6,7 +6,7 @@ eleventyNavigation:
|
|||||||
order: 5
|
order: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
{{ import { articlesList } from "components/functions.vto" }}
|
{{ import { articleList } from "components/functions.vto" }}
|
||||||
|
|
||||||
## My Articles
|
## My Articles
|
||||||
Articles I have written.
|
Articles I have written.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user