diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-09-27 21:43:13 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-09-27 21:43:13 -0400 |
commit | 148599c4bc9e35ad02e4ab63ee60d428545b2647 (patch) | |
tree | c622bdfb98d057e549adde52d3c81b1546177384 /_includes | |
parent | f101091a8e618a61c4d1e1981069f4e6b52f909e (diff) | |
download | cobalt-site-148599c4bc9e35ad02e4ab63ee60d428545b2647.tar.xz cobalt-site-148599c4bc9e35ad02e4ab63ee60d428545b2647.zip |
Lined up post list dates.
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/post-link.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/post-link.liquid b/_includes/post-link.liquid index 92548cf..adf1df1 100644 --- a/_includes/post-link.liquid +++ b/_includes/post-link.liquid @@ -2,7 +2,7 @@ <a href="/{{ post.permalink }}"> {% if post.published_date %} <span class="tag"> - {{ post.published_date | date: "%e %b %Y" }} + {{ post.published_date | date: "%d %b %Y" }} </span> {% endif %} |