You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no way of printing the date of a version in the template.
Making creatordate available would be useful.
Proposed Solution
My fork fixed this by adding creatordate to the version-tuple and adding a filter to the templating engine, which allows formatting that date.
If wanted, I am happy to merge my fork after writing down documentation for the new features.
The text was updated successfully, but these errors were encountered:
Problem Description
Currently, there is no way of printing the date of a version in the template.
Making
creatordate
available would be useful.Proposed Solution
My fork fixed this by adding
creatordate
to the version-tuple and adding a filter to the templating engine, which allows formatting that date.If wanted, I am happy to merge my fork after writing down documentation for the new features.
The text was updated successfully, but these errors were encountered: