aboutsummaryrefslogtreecommitdiff
path: root/structure/00-preamble.md
diff options
context:
space:
mode:
Diffstat (limited to 'structure/00-preamble.md')
-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/>')