| ... | ... |
@@ -7,7 +7,7 @@ layout: default |
| 7 | 7 |
{% if page.title %}
|
| 8 | 8 |
<header> |
| 9 | 9 |
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
| 10 |
- {% if page.date %}<p class="meta">{% include post/date.html %}</p>{% endif %}
|
|
| 10 |
+ {% if page.date %}<p class="meta">{% include post/date.html %}{{ time }}</p>{% endif %}
|
|
| 11 | 11 |
</header> |
| 12 | 12 |
{% endif %}
|
| 13 | 13 |
{{ content }}
|