mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
add date
This commit is contained in:
parent
a980e38f6d
commit
4b8b293903
@ -13,7 +13,10 @@ title: Blog
|
|||||||
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
||||||
</h2>
|
</h2>
|
||||||
<span class="leading-relaxed mb-8">{{ post.excerpt }}</span>
|
<span class="leading-relaxed mb-8">{{ post.excerpt }}</span>
|
||||||
|
<span>
|
||||||
|
{{ post.date | date_to_string }} |
|
||||||
{% include partial/publisher_ref.html pub=post.publisher %}
|
{% include partial/publisher_ref.html pub=post.publisher %}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user