diff options
| author | Ahmed M Alaa <aa@4b.cx> | 2023-04-05 21:37:25 +0200 |
|---|---|---|
| committer | Ahmed M Alaa <aa@4b.cx> | 2023-04-05 21:37:25 +0200 |
| commit | d39edd0a30d559fb9d792481c9c3b45760408722 (patch) | |
| tree | 2a0d4e94ea0ec8084502d15fabb7df4c7ae5aef8 /README.md | |
| parent | 6496bae0a3acf9a2eded5f02269fde8d0821aac2 (diff) | |
making twitter cards optional, but on by default
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -108,6 +108,15 @@ In dark mode  +### Disable Twitter card + +Twitter metatags are generated by default, to disable them set `extra.twitter_card` to `false` in in your `config.toml` + +```toml +[extra] +twitter_card = true +``` + ## TODO - [ ] Add RTL support |
