2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 10:05:36 +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

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">