Skip to content

Commit

Permalink
Merge pull request #551 from andynu/add-descriptions-to-plugins
Browse files Browse the repository at this point in the history
Add descriptions to the uncategorised plugins.
  • Loading branch information
claremacrae authored Nov 29, 2022
2 parents 04ab23e + c1b5a6b commit 8562975
Show file tree
Hide file tree
Showing 2 changed files with 357 additions and 357 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/templates/category.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish: true
## Plugins in this category

{% for item in plugins %}
- [[{{ item.id }}|{{ item.name }}]]
- [[{{ item.id }}|{{ item.name }}]]: {{ item.description }}
{% endfor %}

{% if related %}
Expand Down
Loading

0 comments on commit 8562975

Please sign in to comment.