diff options
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 = '' |
