From dbbaa6c3be90f16b998f1be11363ee15e35da374 Mon Sep 17 00:00:00 2001 From: speyll Date: Thu, 10 Apr 2025 04:59:18 +0100 Subject: [PATCH] minor readme update --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index c8df389..eef250d 100644 --- a/README.md +++ b/README.md @@ -130,18 +130,9 @@ Add a webring with a shortcode: ### Extra Data - Set the `author` in both the main config and in pages metadata. -- Use the `image` variable in pages to add an image to HTML `` tags. - Similarly, set `favicon` in the main config, and it will be used as the site icon. - Set `footer_content_license` and `footer_content_license_link` if you wish to display content license information in the footer. -#### Disable Twitter Card - -Twitter metatags are generated by default. To disable them, set `extra.twitter_card` to `false` in `config.toml`: - -```toml -[extra] -twitter_card = true -``` ### License