Skip to content

Commit

Permalink
Feature/html updates (#6)
Browse files Browse the repository at this point in the history
* rename directory to html

* renamed file to html, changed once source
  • Loading branch information
eddelbuettel committed Oct 5, 2016
1 parent 8fbcf2b commit 7ddf556
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/tint.R → R/html.R
Expand Up @@ -159,10 +159,10 @@ tintHtml <- function(...) {
#' @importFrom htmltools htmlDependency
tint_html_dependency = function() {
list(htmlDependency(
# 'tufte-css', '2015.12.29',
## tufte-css', '2015.12.29',
'tint-css', '2015.12.29',
# src = template_resources('tufte_html'), stylesheet = 'tufte.css'
src = template_resources('tint'), stylesheet = 'tint.css'
## src = template_resources('tufte_html'), stylesheet = 'tufte.css'
src = template_resources("html"), stylesheet = "tint.css"
))
}

Expand Down
File renamed without changes.

0 comments on commit 7ddf556

Please sign in to comment.