Skip to content

Commit 96ea17c

Browse files
committed
Update readme
1 parent 97ba385 commit 96ea17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ 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*. 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:
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 the *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>`.
30+
You'll then get a title tag that looks like this: `<title>Site Title – Page Title</title>`.
3131

3232
---
3333

0 commit comments

Comments
 (0)