aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99a3b24..1495b86 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,15 @@ In dark mode
![image in dark mode](./iimg_dark.png)
+### 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