2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 13:36:47 +00:00

add last modified to header

This commit is contained in:
Matthias Mair 2023-01-23 13:41:13 +01:00
parent 2add4aeede
commit 8417a16897
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -4,7 +4,8 @@ notitle: true
fullwith: true
---
<h2>{{ page.name }}
<span class="sm:ml-2 text-sm">{% include partial/publisher_ref.html pub=page.author %}</span>
<span class="sm:ml-2 text-sm">{% include partial/publisher_ref.html pub=page.author %}</span>
<span class="sm:ml-2 text-sm">last modified: {{ page.last-modified-date | date_to_string }}</span>
</h2>
<div class="flex-wrap md:flex md:flex-nowrap">