commit | 568d918a6520aa5870fc2e88aca55bc354ea7a83 | [log] [tgz] |
---|---|---|
author | Jean Manguy <jeanmanguy@users.noreply.github.com> | Wed Oct 23 16:35:52 2019 +0100 |
committer | Brent Thorne <15312739+brentthorne@users.noreply.github.com> | Wed Oct 23 11:35:52 2019 -0400 |
tree | 34658805dfd3656602accd8dfbb62003083c23f3 | |
parent | a65b76a973a8744ccf901dd37a5ced3a39422f69 [diff] |
Add custom css support to posterdown_betterport and posterdown_betterland (#103) * added custom css to betterport * added custom css to betterland
diff --git a/inst/rmarkdown/templates/posterdown_betterland/resources/template.html b/inst/rmarkdown/templates/posterdown_betterland/resources/template.html index 01b31f9..f0d005f 100644 --- a/inst/rmarkdown/templates/posterdown_betterland/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_betterland/resources/template.html
@@ -298,6 +298,9 @@ width: 3%; } </style> +$if(custom_css)$ +<link rel="stylesheet" href=$custom_css$> +$else$$endif$ </head> <body>
diff --git a/inst/rmarkdown/templates/posterdown_betterport/resources/template.html b/inst/rmarkdown/templates/posterdown_betterport/resources/template.html index b24e66e..e27de61 100644 --- a/inst/rmarkdown/templates/posterdown_betterport/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_betterport/resources/template.html
@@ -367,6 +367,9 @@ color: #ffffff; } </style> +$if(custom_css)$ +<link rel="stylesheet" href=$custom_css$> +$else$$endif$ </head> <body>