diff --git a/docs/configuration.md b/docs/configuration.md index 1e3997d..b8db5ba 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -511,7 +511,7 @@ Example: | ---- | ---- | -------- | ------- | | subreddit | string | yes | | | style | string | no | vertical-list | -| thumbnails | boolean | no | false | +| show-thumbnails | boolean | no | false | | limit | integer | no | 15 | | collapse-after | integer | no | 5 | | comments-url-template | string | no | https://www.reddit.com/{POST-PATH} | @@ -534,7 +534,7 @@ Used to change the appearance of the widget. Possible values are `vertical-list`  -##### `thumbnails` +##### `show-thumbnails` Shows or hides thumbnails next to the post. This only works if the `style` is `vertical-list`. Preview:  diff --git a/internal/assets/templates/forum-posts.html b/internal/assets/templates/forum-posts.html index aaa377e..7c9d188 100644 --- a/internal/assets/templates/forum-posts.html +++ b/internal/assets/templates/forum-posts.html @@ -5,7 +5,7 @@ {{ range $i, $post := .Posts }}