Fix error handling
This commit is contained in:
parent
91cdaed5bb
commit
7f7d4e1201
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
return [
|
||||
// Kirby configuration settings
|
||||
'home' => 'accueil',
|
||||
'error' => 'erreur',
|
||||
'panel' => [
|
||||
'language' => 'fr',
|
||||
'css' => 'assets/css/panel.min.css'
|
||||
|
@ -10,7 +11,7 @@ return [
|
|||
// Sitemapper plugin options
|
||||
'kirbyzone.sitemapper' => [
|
||||
'intro' => false,
|
||||
'byLine' => 'Sitemap generated with Sitemapper by <a href="https://github.com/kirbyzone" target="_blank">Kirbyzone</a>.'
|
||||
'byLine' => 'Sitemap generated with <a href="https://github.com/kirbyzone/sitemapper" target="_blank">Sitemapper by Kirbyzone</a>.'
|
||||
],
|
||||
// Hooks
|
||||
'hooks' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue