aboutsummaryrefslogtreecommitdiff
path: root/templates/references.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-06-09 13:16:31 +0100
committerSilvio Rhatto <rhatto@riseup.net>2024-06-09 13:16:31 +0100
commit79f07f768332187bd48b65800522a1fd1332eb97 (patch)
tree06f6f687feaae708ffb32402cf9d49b8ae0500c9 /templates/references.md
parent288532873384c8deb7e5eade88544f58050e3701 (diff)
downloadbookup-79f07f768332187bd48b65800522a1fd1332eb97.tar.gz
bookup-79f07f768332187bd48b65800522a1fd1332eb97.tar.bz2
Towards localization
Diffstat (limited to 'templates/references.md')
-rw-r--r--templates/references.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/references.md b/templates/references.md
deleted file mode 100644
index cf028c9..0000000
--- a/templates/references.md
+++ /dev/null
@@ -1,8 +0,0 @@
-<!-- Include the references subsection only in the HTML version -->
-```{r echo=FALSE, results='asis'}
-if (knitr::is_html_output()) {
- cat("## ReferĂȘncias")
- cat("\n")
- cat("\n")
-}
-```