From 17c8a7528259ea25ec2fc260bdc8706ee3f83dec Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 18 Nov 2025 13:16:10 -0300 Subject: Fix: apply fixes to the frontmatter citation mechanism --- structure/book/en/00-preamble.md | 2 +- structure/book/pt-br/00-preamble.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'structure') diff --git a/structure/book/en/00-preamble.md b/structure/book/en/00-preamble.md index 5bb4c13..6d26c75 100644 --- a/structure/book/en/00-preamble.md +++ b/structure/book/en/00-preamble.md @@ -47,7 +47,7 @@ if (knitr::is_html_output()) { author_cite = paste(toupper(author[2]), author[1], sep=', ') version = readLines('.metadata/latest.txt') if (version != '0.0.0') { - archive = version + archive = paste('archive', version, sep='/') } else { archive = '' diff --git a/structure/book/pt-br/00-preamble.md b/structure/book/pt-br/00-preamble.md index 8602f0b..6bb4132 100644 --- a/structure/book/pt-br/00-preamble.md +++ b/structure/book/pt-br/00-preamble.md @@ -48,7 +48,7 @@ if (knitr::is_html_output()) { author_cite = paste(toupper(author[2]), author[1], sep=', ') version = readLines('.metadata/latest.txt') if (version != '0.0.0') { - archive = version + archive = paste('archive', version, sep='/') } else { archive = '' -- cgit v1.2.3