diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 13:16:31 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-09 13:16:31 +0100 |
commit | 79f07f768332187bd48b65800522a1fd1332eb97 (patch) | |
tree | 06f6f687feaae708ffb32402cf9d49b8ae0500c9 /templates/references.md | |
parent | 288532873384c8deb7e5eade88544f58050e3701 (diff) | |
download | bookup-79f07f768332187bd48b65800522a1fd1332eb97.tar.gz bookup-79f07f768332187bd48b65800522a1fd1332eb97.tar.bz2 |
Towards localization
Diffstat (limited to 'templates/references.md')
-rw-r--r-- | templates/references.md | 8 |
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") -} -``` |