Skip to content

Commit 97ba385

Browse files
committed
Update readme
1 parent d165408 commit 97ba385

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ We'd also like to thank @distantnative for his help along the way! Without him t
1919

2020
## Config options
2121

22-
By default the *Page Title* will be rendered before the *Site Title* inside the title tag. Resulting in a title tag that looks like this `<title>Page Title – Site Title</title>`. If you want Site Title to come first, simply add the following to your Kirby `config.php` file.
22+
By default the *Page Title* will be rendered before the *Site Title*. Resulting in a title tag that looks like this `<title>Page Title – Site Title</title>`. If you want Site Title to come first, simply add the following lines to your Kirby `config.php` file:
2323

2424
```
2525
'diesdasdigital.meta-knight' => [
2626
'siteTitleAfterPageTitle' => false,
2727
],
2828
```
2929

30+
You'll then get a title tag that looks like this `<title>Site Title – Page Title</title>`.
31+
3032
---
3133

3234
## Installation

0 commit comments

Comments
 (0)