aboutsummaryrefslogtreecommitdiff
path: root/structure
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-11-18 13:16:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-11-18 13:16:10 -0300
commit17c8a7528259ea25ec2fc260bdc8706ee3f83dec (patch)
tree528b3047c269406d361f888f8d55d8b4ce2a4913 /structure
parent8ed61913ab911a3463fc3cd7604c5aff0469ffff (diff)
downloadbookup-17c8a7528259ea25ec2fc260bdc8706ee3f83dec.tar.gz
bookup-17c8a7528259ea25ec2fc260bdc8706ee3f83dec.tar.bz2
Fix: apply fixes to the frontmatter citation mechanism0.3.1
Diffstat (limited to 'structure')
-rw-r--r--structure/book/en/00-preamble.md2
-rw-r--r--structure/book/pt-br/00-preamble.md2
2 files changed, 2 insertions, 2 deletions
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 = ''