diff --git a/_includes/block/plugins.html b/_includes/block/plugins.html new file mode 100644 index 00000000..ecf312b0 --- /dev/null +++ b/_includes/block/plugins.html @@ -0,0 +1,19 @@ +
+
+
+

Plugin Repository

+

+ Explore plugins provided by the community. + Learn More Arrow pointing right +

+
+
+ {% assign filtered_repo = site.repo | sort: 'last-modified-date' | reverse %} + {% for plugin in filtered_repo limit:2 %} +
+ {% include plugin_card.html plugin=plugin %} +
+ {% endfor %} +
+
+
\ No newline at end of file diff --git a/index.md b/index.md index b4d47658..4c11b637 100644 --- a/index.md +++ b/index.md @@ -22,3 +22,4 @@ main_page: True {% include block/cta.html cta=site.data.ctas.end %} +{% include block/plugins.html %}