| @@ -55,10 +55,10 @@ navbar: | |||
| href: reference/index.html | |||
| themes: | |||
| text: Themes | |||
| href: articles/themes.html | |||
| href: articles/singles/themes.html | |||
| fonts: | |||
| text: Fonts | |||
| href: articles/fonts.html | |||
| href: articles/singles/fonts.html | |||
| template-vars: | |||
| text: Template Variables | |||
| href: articles/template-variables.html | |||
| @@ -8,5 +8,5 @@ title: Fonts | |||
| tvv <- xaringanthemer:::template_variables$variable | |||
| ``` | |||
| ```{r child="../man/fragments/_fonts.Rmd"} | |||
| ```{r child="../../man/fragments/_fonts.Rmd"} | |||
| ``` | |||
| @@ -7,5 +7,5 @@ library(xaringanthemer) | |||
| knitr::opts_chunk$set(results = "asis", echo=FALSE) | |||
| ``` | |||
| ```{r child="../man/fragments/_themes.Rmd"} | |||
| ```{r child="../../man/fragments/_themes.Rmd"} | |||
| ``` | |||