Back to Octopress

Date

.themes/classic/source/_includes/post/date.html

2.0393 B
Original Source

{% if page.date %}{% capture time %}{{ page.date_time_html }}{% endcapture %}{% endif %} {% if post.date %}{% capture time %}{{ post.date_time_html }}{% endcapture %}{% endif %} {% if page.updated %}{% capture updated %}{{ page.date_time_updated_html }}{% endcapture %}{% endif %} {% if post.updated %}{% capture updated %}{{ post.date_time_updated_html }}{% endcapture %}{% endif %}