buvis / mkdocs-zettelkasten

This is a Zettelkasten theme and plugin for MkDocs. It renders the MkDocs pages as cards (zettels).
MIT License
15 stars 3 forks source link

last updated from yaml frontmatter not picked up? #25

Open RMHogervorst opened 8 months ago

RMHogervorst commented 8 months ago

hi there, If I read this right https://buvis.github.io/mkdocs-zettelkasten/features/20211123213357/ a markdown file with yaml frontmatter

---
id: 13234210812
title: a very nice title
tags: [tag1, tag2]
last_update: 2023-01-01 13:40:20
---

%Y-%m-%d %H:%M:%S

should change the date in the top right corner to 2023-01-01

Everything seems to work except the date part. I see only todays date. I copy the files over so git date is not available.

What am I doing wrong?

tbouska commented 7 months ago

Thank you for sharing. I noticed some update date related issues in the past as well, so I will have a look as soon as I can.