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