Fix bad input name
This commit is contained in:
@@ -171,7 +171,7 @@ inputs:
|
||||
# Posts plugin
|
||||
# Display recent posts from an external source
|
||||
plugin_posts:
|
||||
description: Enable posts posts
|
||||
description: Enable recent posts display
|
||||
default: no
|
||||
|
||||
# Posts source
|
||||
@@ -182,6 +182,12 @@ inputs:
|
||||
description: Posts source
|
||||
default: ""
|
||||
|
||||
# Posts limits
|
||||
# Set number of posts to display
|
||||
plugin_posts_limit:
|
||||
description: Posts limit
|
||||
default: 4
|
||||
|
||||
# Isometric calendar plugin
|
||||
# Display an isometric view of your commits calendar, along with a few stats like current streak and average commits per day
|
||||
plugin_isocalendar:
|
||||
|
||||
Reference in New Issue
Block a user