mirror of
https://github.com/hobbesjaap/blogdown-shortcodes.git
synced 2024-11-09 21:02:58 +00:00
13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
|
---
|
||
|
yaml: here
|
||
|
---
|
||
|
|
||
|
```{r, include=FALSE}
|
||
|
source("../../static/pinterest.R", local = knitr::knit_global())
|
||
|
```
|
||
|
|
||
|
# This example isn't perfect
|
||
|
|
||
|
You need to make sure the source-link points to where you have the R file located. This one is in the main static-page, but depends on the Rmd file being in /content/blog/
|
||
|
|
||
|
`r pinterest(1)`
|