From f8cd1ae845cee3f3f3501b785019cff921dac7ae Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Thu, 24 Oct 2024 11:58:25 -0600 Subject: [PATCH] Move to folders --- themes/article/template.yml | 2 +- themes/book/template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/article/template.yml b/themes/article/template.yml index 9663623e..9c4d5967 100644 --- a/themes/article/template.yml +++ b/themes/article/template.yml @@ -53,7 +53,7 @@ options: id: numbered_references description: Show references as numbered, rather than in APA-style. Only applies to parenthetical citations. - type: boolean - id: url_folders + id: folders description: Respect nested folder structure in URL paths. build: install: npm install diff --git a/themes/book/template.yml b/themes/book/template.yml index 2890cf2e..db30fcb8 100644 --- a/themes/book/template.yml +++ b/themes/book/template.yml @@ -59,7 +59,7 @@ options: id: numbered_references description: Show references as numbered, rather than in APA-style. Only applies to parenthetical citations. - type: boolean - id: url_folders + id: folders description: Respect nested folder structure in URL paths. build: install: npm install