-
Hi, after trying out the git-revision-date-localized plugin we found it to be a bit too slow for our needs ( well more like git at that point being too slow, either way the build takes 30 minutes instead of 3) we agreed that the most intresting information anyways is the build timestamp (to figure out if one should be able to see the latest push already). The information needs to be in the footer. So I tried finding something and googling for it seems to be rather hard... I know I could write a plugin myself that does nothing more than to provide a python datetime object for jinja this seems to be a bit excessive, especially since its nontrivial to provide it with my documentation. So the question is, is there anywhere a date object or so that one could use? Or would it possible to just add one on the the jinja environment as a global? probably just a oneliner somewhere appropriate: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think |
Beta Was this translation helpful? Give feedback.
I think
build_date_utc
and a partial override (footer?) should tick all boxes.