aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-09-06 03:18:31 -0500
committerBrandon Mathis <brandon@imathis.com>2011-09-06 03:18:31 -0500
commit3d0572190873bec3336fb25d5bdcfab659dbf015 (patch)
treea44054d2f738f626d8fa588b257e912da9307968 /.themes/classic
parent31b5388402d8311e7537eb9b5446008506cdc39e (diff)
downloadmy_new_personal_website-3d0572190873bec3336fb25d5bdcfab659dbf015.tar.xz
my_new_personal_website-3d0572190873bec3336fb25d5bdcfab659dbf015.zip
fixed missing date in page headers
Diffstat (limited to '.themes/classic')
-rw-r--r--.themes/classic/source/_layouts/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_layouts/page.html b/.themes/classic/source/_layouts/page.html
index 729b48ec..dbf209c4 100644
--- a/.themes/classic/source/_layouts/page.html
+++ b/.themes/classic/source/_layouts/page.html
@@ -7,7 +7,7 @@ layout: default
{% if page.title %}
<header>
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
- {% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
+ {% if page.date %}<p class="meta">{% include post/date.html %}{{ time }}</p>{% endif %}
</header>
{% endif %}
{{ content }}