aboutsummaryrefslogtreecommitdiff
path: root/structure
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-06 10:14:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-06-06 10:14:02 -0300
commit08ccaf9c20070f4451b5f304788b608c16c568ed (patch)
tree7d71d2e852033d83faad7135c9692907b0e75634 /structure
parentbf07dbd3fbb1174efd466247105629571ffcf34d (diff)
downloadbookup-08ccaf9c20070f4451b5f304788b608c16c568ed.tar.gz
bookup-08ccaf9c20070f4451b5f304788b608c16c568ed.tar.bz2
Feat: add snippets
Diffstat (limited to 'structure')
-rw-r--r--structure/00-preamble.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/structure/00-preamble.md b/structure/00-preamble.md
index 4ec71c0..0bfae07 100644
--- a/structure/00-preamble.md
+++ b/structure/00-preamble.md
@@ -37,7 +37,7 @@ if (knitr::is_html_output()) {
cat("\n")
cat("<h2>Créditos</h2>")
cat("\n")
- cat(paste(rmarkdown::metadata$title, "<br/>", "Copyleft &copy;", readLines('.metadata/year.txt'), rmarkdown::metadata$author, readLines('.metadata/contact.txt'), sep=' '))
+ cat(paste(rmarkdown::metadata$title, "<br/>", "Copyleft &copy;", readLines('.metadata/year.txt'), rmarkdown::metadata$author, readLines('snippets/contact.txt'), sep=' '))
cat('<br/><br/>')
cat(readLines('LICENSE'), sep='\n')
cat('<br/><br/>')