Skip to content

Commit

Permalink
fix month construction
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahilea committed Jan 15, 2025
1 parent ce1974f commit c278d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_stuff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function new_blog_post()

dir = joinpath("blog", dir_name)
date = today()
pub_date = Dates.format(now(Dates.UTC), dateformat"e, d U yyyy HH:MM:SS ") * "GMT"
pub_date = Dates.format(now(Dates.UTC), dateformat"e, d u yyyy HH:MM:SS ") * "GMT"

@info "Creating new blog directory" blog_title dir_name
cp(joinpath("blog", "__template"), dir)
Expand Down

0 comments on commit c278d6b

Please sign in to comment.