write_slugs <- function(slugs)
Map(slug=slugs, name=names(slugs),
function(slug, name) {str_replace_all(name, '_', ' ') %>% sprintf(fmt='[%s]: {{< ref "%s" >}}', slug)}) |>
str_c(collapse='\n') |>
cat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.