Skip to content

Commit

Permalink
version navigation directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Feb 11, 2016
1 parent 5ec6559 commit e5656dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pandoc.R
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ pandoc_html_navigation_args <- function(self_contained,
files_dir,
output_dir) {
args <- c()
navigation_path <- rmarkdown_system_file("rmd/h/navigation")
navigation_path <- rmarkdown_system_file("rmd/h/navigation-1.0")
if (self_contained) {
navigation_path <- pandoc_path_arg(navigation_path)
}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e5656dc

Please sign in to comment.