Skip to content

Commit

Permalink
Update R/create_blogpost.R
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo authored Sep 12, 2024
1 parent 21d0b34 commit c03dc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_blogpost.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ print(allowed_tags)
# Fill in the info, e.g.:
create_post(
post_name = "My Blog", # needs to be character vector (length 1)
post_date = "2024-12-01", # needs to be length 1character vector and will be auto-updated when your post is merged
post_date = "2024-12-01", # needs to be length 1 character vector and will be auto-updated when your post is merged
description = "", # you can fill the description in later as well
author = c("My Name"), # one or more authors are permitted
cover_image = "pharmaverse", # chose one of the above (see line 8)
Expand Down

0 comments on commit c03dc37

Please sign in to comment.