diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 10:14:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-06 10:14:02 -0300 |
commit | 08ccaf9c20070f4451b5f304788b608c16c568ed (patch) | |
tree | 7d71d2e852033d83faad7135c9692907b0e75634 /structure | |
parent | bf07dbd3fbb1174efd466247105629571ffcf34d (diff) | |
download | bookup-08ccaf9c20070f4451b5f304788b608c16c568ed.tar.gz bookup-08ccaf9c20070f4451b5f304788b608c16c568ed.tar.bz2 |
Feat: add snippets
Diffstat (limited to 'structure')
-rw-r--r-- | structure/00-preamble.md | 2 |
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 ©", readLines('.metadata/year.txt'), rmarkdown::metadata$author, readLines('.metadata/contact.txt'), sep=' ')) + cat(paste(rmarkdown::metadata$title, "<br/>", "Copyleft ©", readLines('.metadata/year.txt'), rmarkdown::metadata$author, readLines('snippets/contact.txt'), sep=' ')) cat('<br/><br/>') cat(readLines('LICENSE'), sep='\n') cat('<br/><br/>') |