diff --git a/_includes/article.html b/_includes/article.html
index 69f750a..4d269c0 100644
--- a/_includes/article.html
+++ b/_includes/article.html
@@ -6,14 +6,15 @@
{% else %}
{% endif %}
+ {% if post.date %}{% include post/date.html date=post.date %}{{ time }}
{% endif %}
{% else %}
{% if page.external-url %}
{% else %}
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
{% endif %}
+ {% if page.date %}{% include post/date.html date=page.date %}{{ time }}
{% endif %}
{% endif %}
- {% if post.date %}{% include post/date.html date=post.date %}{{ time }}
{% endif %}
{% endunless %}
{% if index %}