FIx article list function name

This commit is contained in:
Leilukin 2025-05-04 22:12:11 +08:00
parent ef79b0c3ff
commit 74d237b723
4 changed files with 4 additions and 4 deletions

View File

@ -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") }}

View File

@ -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") }}

View File

@ -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") }}

View File

@ -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.