Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inst/post-example2/index.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Another Rmd Blog Post"
title: "My New Rmd Blog Post"
date: "2020-04-01T00:00:00"
slug: "post-rmd"
excerpt: "Here I summarize this fantastic post"
Expand Down
4 changes: 2 additions & 2 deletions inst/post-example2/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: "yay rmd"
title: "My New Rmd Blog Post"
date: "2020-04-01T00:00:00"
slug: "post-rmd"
excerpt: "Here I summarize this fantastic post"
output: hugodown::md_document
bibliography: refs.bib
suppress-bibliography: true
csl: chicago-fullnote-bibliography.csl
rmd_hash: 5c196b65a646789f
rmd_hash: 9c145321f1b914be

---

Expand Down
Loading