It hasn't happened yet. Maybe I just have to wait.
I have an understanding problem with it:
Updating an article
When updating an article, remember to update the last key/value in the TOML header. You can get the ISO 8601 formatted string by doing the following:
Date --iso-8601=seconds
A TOML header is indicated by the following example content at the beginning of a file:
+++
title = " Example file ".
lastmod = "2018-03-03-03-03T14:41:12+02:00".
+++
What am I supposed to do? GitHub is so complicated. I entered the time manually. How else?
greetings