From 881b7d973373b432155f664003e7e54fe6db7266 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Thu, 14 Nov 2024 16:50:04 -0500 Subject: default content to '', rename render_mode to mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0b4eaba..e0328d3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The following options are supported per-feed: - `$feeds[feed]["url"]`: **REQUIRED**: The URL of the RSS/Atom feed. - `$feeds[feed]["home"]`: An optional homepage for the feed. Will be linked under every entry from it. -- `$feeds[feed]["render_mode"]`: How to display the feed, one of: +- `$feeds[feed]["mode"]`: How to display the feed, one of: - `"title"`: The default. Shows the title as a link to the article. - `"content"`: Shows the title and content. - `"no_title"`: Hides the title, displays the content. A link to the source is put at the bottom. -- cgit v1.2.3-54-g00ecf