i cloned a copy of the git-wiki for some educational programming. now, as a challange, i tried to figure out how to get the date for the blob.
the blob is fetched with
repository.tree/(page_name + extension)
as far as i saw it, you can only get a date for a commit. but how to get the latest commit containing the blob?