Add authors and date
Ref: https://gitlab.com/agaric/sites/agaric-coop/-/issues/239
This commit is contained in:
parent
d82b9e5615
commit
6852975828
1 changed files with 5 additions and 0 deletions
|
@ -46,4 +46,9 @@
|
|||
})
|
||||
%}
|
||||
<h1{{ item.attributes }}>{{ item.content}} </h1>
|
||||
|
||||
{% if authors is not empty %}
|
||||
<p class="byline is-mono">Written by {{ authors }}</p>
|
||||
<p class="byline is-mono">Posted on <time class="dt-published" datetime="{{ iso_datetime }}">{{ date }}</time></p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue