Skip to content

Commit b73cc0a

Browse files
committed
Add date
1 parent 424a650 commit b73cc0a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

templates/page.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
<div style="text-align:center;">
66
<h2>{{ page.title }}</h2>
77
<p class="subtext">{{ page.description }}</p>
8-
{% if page.time %} <p>{{ page.time }}</p> {% endif %}
8+
<span>
9+
{% if page.date %}{{ page.date | format_timestamp }} &bull;{% endif %}
910
{% if page.authors %}by {{ page.authors }}{% endif %}
11+
</span>
1012
</div>
1113
<br>
1214
<hr />

0 commit comments

Comments
 (0)