Skip to content

Commit

Permalink
address tweet shortcode error, no reknit
Browse files Browse the repository at this point in the history
  • Loading branch information
wvictor14 committed May 21, 2024
1 parent 415cc67 commit b40e557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ That's it for now! I looked at this data in a couple of other ways, but I wanted
# Footnotes

```{r}
blogdown::shortcode('tweet', '1141220359305232385')
blogdown::shortcode('tweet', user = 'victor2wy', id = '1141220359305232385')
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
share: true
commentable: true
draft: false
editor_options:
editor_options:
chunk_output_type: console
---

Expand Down Expand Up @@ -140,7 +140,6 @@ <h1>Conclusion</h1>
</div>
<div id="footnotes" class="section level1">
<h1>Footnotes</h1>
{{% tweet "1141220359305232385" %}}
</div>
<div class="footnotes">
<hr />
Expand Down

0 comments on commit b40e557

Please sign in to comment.