{% assign filteredplugins = site.plugins | where: "category", include.category %} {% for plugin in filteredplugins %} {% endfor %}
PluginDescriptionDemoMaintainer
{{ plugin.name }} {{ plugin.content }} {% if plugin.demo %} Demo {% endif %} {% if plugin.category %} {{ plugin.author }} {% else %} {{ plugin.author }} {% endif %}