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
The current implementation of md_index() appears to have a bug where the generated list of markdown files in the index page of a folder has a raw crtime value appended to each list item instead of a human-readable date. This might be a result of bad date formatting in the markdown file, but I was careful to use GNU-friendly formats.
Example :
wrapping crtime_raw values inside rfc_date seems to fix the issue, although im pretty sure it breaks the automatic sorting by create date.
The text was updated successfully, but these errors were encountered:
Sorry for such a late reply and first of all thank you for kagami ! You can find everything you need to reproduce the issue in my github repo. The markdown page that was used as an example above is here
As you can see, the markdown date seems to be okay, i referenced your website and what was written in kagami docs :
If you need any info on the environment, let me know.
The current implementation of md_index() appears to have a bug where the generated list of markdown files in the index page of a folder has a raw crtime value appended to each list item instead of a human-readable date. This might be a result of bad date formatting in the markdown file, but I was careful to use GNU-friendly formats.
Example :
wrapping crtime_raw values inside rfc_date seems to fix the issue, although im pretty sure it breaks the automatic sorting by create date.
The text was updated successfully, but these errors were encountered: