diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2025-11-18 13:16:10 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2025-11-18 13:16:10 -0300 |
| commit | 17c8a7528259ea25ec2fc260bdc8706ee3f83dec (patch) | |
| tree | 528b3047c269406d361f888f8d55d8b4ce2a4913 /structure | |
| parent | 8ed61913ab911a3463fc3cd7604c5aff0469ffff (diff) | |
| download | bookup-0.3.1.tar.gz bookup-0.3.1.tar.bz2 | |
Fix: apply fixes to the frontmatter citation mechanism0.3.1
Diffstat (limited to 'structure')
| -rw-r--r-- | structure/book/en/00-preamble.md | 2 | ||||
| -rw-r--r-- | structure/book/pt-br/00-preamble.md | 2 |
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 = '' |
