Skip to content

Commit

Permalink
use %z instead of %Z (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytonyjan authored Feb 4, 2024
1 parent 076e8c2 commit 17a5e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleman-blog/commands/article.tt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

title: <%= @title %>
date: <%= @date.strftime('%F %R %Z') %>
date: <%= @date.strftime('%F %R %z') %>
tags: <%= @tags.join(",") %>

---
Expand Down

0 comments on commit 17a5e74

Please sign in to comment.