aboutsummaryrefslogtreecommitdiff
path: root/structure/book
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-09 13:56:13 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-09 13:56:13 +0100
commit3e24bf67fdb3b0091714da7def31048582abf016 (patch)
treefc5c5aff6ce5970fa8024331c0527f2ae64af4f2 /structure/book
parent357f332d1d9e6e0f3952a9584ebbe41a71cbf5bd (diff)
downloadbookup-3e24bf67fdb3b0091714da7def31048582abf016.tar.gz
bookup-3e24bf67fdb3b0091714da7def31048582abf016.tar.bz2
Add link to the notebook in the main book HTML
Diffstat (limited to 'structure/book')
-rw-r--r--structure/book/00-preamble.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/structure/book/00-preamble.md b/structure/book/00-preamble.md
index fea2bc0..f614fc9 100644
--- a/structure/book/00-preamble.md
+++ b/structure/book/00-preamble.md
@@ -22,6 +22,8 @@ if (knitr::is_html_output()) {
cat('</em></strong>.')
cat('<br/>')
cat('Versões anteriores disponíveis no <a href="/archive">arquivo</a>.')
+ cat('<br/>')
+ cat('Caderno de anotações disponível <a href="notes">aqui</a>.')
cat('<br/><br/>')
cat(readLines('snippets/project.txt'))
cat(' - ')