Theme docs: actually edit the config (#996)
I hope it is just not me that misunderstood the sentence above, but I think it should be `true` and not `false`.
This commit is contained in:
parent
07e0853183
commit
7b3279befd
|
@ -58,7 +58,7 @@ you can update your `config.toml` like so:
|
|||
|
||||
```toml
|
||||
[extra]
|
||||
show_twitter = false
|
||||
show_twitter = true
|
||||
```
|
||||
|
||||
You can modify files directly in the `themes` directory but this will make updating the theme harder and live reload
|
||||
|
|
Loading…
Reference in a new issue