We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424a650 commit b73cc0aCopy full SHA for b73cc0a
1 file changed
templates/page.html
@@ -5,8 +5,10 @@
5
<div style="text-align:center;">
6
<h2>{{ page.title }}</h2>
7
<p class="subtext">{{ page.description }}</p>
8
- {% if page.time %} <p>{{ page.time }}</p> {% endif %}
+ <span>
9
+ {% if page.date %}{{ page.date | format_timestamp }} •{% endif %}
10
{% if page.authors %}by {{ page.authors }}{% endif %}
11
+ </span>
12
</div>
13
<br>
14
<hr />
0 commit comments