diff --git a/index.html b/index.html index 4c52aa7877..f7d227b90c 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,13 @@
{{ post.date | date: site.date_format }}
+ {% if site.date_format %} + {{ post.date | date: site.date_format }} + {% else %} + {{ post.date | date: "%b %-d, %Y" }} + {% endif %} +