diff --git a/admin/templates/pages/config.php b/admin/templates/pages/config.php index 2fee8c6..07639a3 100644 --- a/admin/templates/pages/config.php +++ b/admin/templates/pages/config.php @@ -18,6 +18,7 @@ Standaard/startpagina >Auto (eerste beschikbare pagina) + >Nieuwste (laatste gewijzigde pagina) > = htmlspecialchars(ucwords(str_replace(['-', '_'], ' ', $page))) ?> diff --git a/guide/en.codepress.md b/guide/en.codepress.md index 0a95db2..e7e6576 100644 --- a/guide/en.codepress.md +++ b/guide/en.codepress.md @@ -55,7 +55,7 @@ CodePress CMS is a lightweight, file-based content management system built with ### Configuration - **Settings form** in admin panel via `/admin/config` -- Dynamic homepage setting via dropdown +- Dynamic homepage setting via dropdown (auto, newest modified page, or manual selection) - SEO settings (description, keywords) - Author information with links - Theme configuration via `themes/` directory diff --git a/guide/nl.codepress.md b/guide/nl.codepress.md index 323b806..4b06dc2 100644 --- a/guide/nl.codepress.md +++ b/guide/nl.codepress.md @@ -55,7 +55,7 @@ CodePress CMS is een lichtgewicht, file-based content management systeem gebouwd ### Configuratie - **Instellingenformulier** in admin paneel via `/admin/config` -- Dynamische homepage instelling via dropdown +- Dynamische homepage instelling via dropdown (auto, nieuwste gewijzigde pagina, of handmatig) - SEO instellingen (description, keywords) - Author informatie met links - Thema configuratie via `themes/` directory