commit | ba245c955c173469ffe0054162bf03a5dfc962fc | [log] [tgz] |
---|---|---|
author | brentthorne <brent.thorne18@gmail.com> | Mon Aug 26 13:11:22 2019 -0400 |
committer | brentthorne <brent.thorne18@gmail.com> | Mon Aug 26 13:11:22 2019 -0400 |
tree | 6a810a6804a09039d3d01361634f7c8e203a6640 | |
parent | f9dae9d321412a8777ee86dcb90fec9985138f0b [diff] |
posterdown_html add support for css stylesheet
diff --git a/inst/rmarkdown/templates/posterdown_html/resources/template.html b/inst/rmarkdown/templates/posterdown_html/resources/template.html index fafa557..67da69c 100644 --- a/inst/rmarkdown/templates/posterdown_html/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_html/resources/template.html
@@ -293,6 +293,9 @@ width: 1em; } </style> +$if(custom_css)$ +<link rel="stylesheet" href=$custom_css$> +$else$$endif$ </head> <body>