diff --git a/_includes/featuredbox.html b/_includes/featuredbox.html
index 0586630..77d2591 100644
--- a/_includes/featuredbox.html
+++ b/_includes/featuredbox.html
@@ -44,7 +44,7 @@
{{ post.excerpt | strip_html | truncatewords:25 }}
{{ author.display_name }}
{% endif %}
- {{ post.date | date_to_string }}
+
diff --git a/_includes/postbox.html b/_includes/postbox.html
index 80160e2..0601707 100644
--- a/_includes/postbox.html
+++ b/_includes/postbox.html
@@ -40,7 +40,7 @@ {{ post.excerpt | strip_html | truncatewords:30 }}
{{ author.display_name }}
{% endif %}
- {{ post.date | date_to_string }}
+
@@ -48,4 +48,4 @@ {{ post.excerpt | strip_html | truncatewords:30 }}
-
\ No newline at end of file
+
diff --git a/_layouts/post.html b/_layouts/post.html
index 4c5e026..a5e0787 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -106,7 +106,7 @@ Join Newsletter
- {{ page.date | date_to_string }}
+
{% if page.last_modified_at %}
(Updated: {{ page.last_modified_at | date: "%b %-d, %Y" }} )
{% endif %}
@@ -197,4 +197,4 @@ Join Newsletter
}
}
-{% endif %}
\ No newline at end of file
+{% endif %}