mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
Files without a category suffix (e.g. post.md alongside post.en.md) previously only appeared in the default category. They now appear in every category, so untranslated content is always visible. - mdcms.py: nav entries with a bare variant get `uncategorized: true`; search.json keeps `category: null` instead of mapping to default code - index.html: pageShouldDisplay, posts filter, and category dropdown all treat uncategorized/null-category items as universally visible https://claude.ai/code/session_01EzU13EL8D5Ud2ngQUKDj9e |
||
|---|---|---|
| .. | ||
| assets | ||
| pages | ||
| posts | ||
| config.yml | ||
| index.html | ||
| manifest.json | ||
| nav.yml | ||
| search.json | ||
| service-worker.js | ||
| theme.yml | ||