Add home page
This commit is contained in:
parent
8afee5e625
commit
94a0c89099
130 changed files with 2027 additions and 56 deletions
|
@ -9,7 +9,6 @@ return [
|
|||
// Meta Knight plugin options
|
||||
'diesdasdigital.meta-knight' => [
|
||||
'siteTitleAfterPageTitle' => false,
|
||||
'siteTitleAsHomePageTitle' => true,
|
||||
'separator' => ' | ',
|
||||
'metaAuthor' => false
|
||||
],
|
||||
|
@ -45,5 +44,11 @@ return [
|
|||
]);
|
||||
}
|
||||
}
|
||||
],
|
||||
// Thumbs
|
||||
'thumbs' => [
|
||||
'srcsets' => [
|
||||
'default' => [500, 1000, 1500]
|
||||
]
|
||||
]
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue