diff --git a/_includes/partial/publisher_ref.html b/_includes/partial/publisher_ref.html
new file mode 100644
index 00000000..a1b97e53
--- /dev/null
+++ b/_includes/partial/publisher_ref.html
@@ -0,0 +1,4 @@
+{% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %}
+
+by {{ include.pub }}
+
\ No newline at end of file
diff --git a/_includes/plugin_card.html b/_includes/plugin_card.html
index d5b46e22..2c3d87fe 100644
--- a/_includes/plugin_card.html
+++ b/_includes/plugin_card.html
@@ -11,7 +11,7 @@
{{ plugin.excerpt | mardownify | remove: '
' | remove: '
' }} diff --git a/_includes/publisher_ref.html b/_includes/publisher_ref.html deleted file mode 100644 index 19d663d5..00000000 --- a/_includes/publisher_ref.html +++ /dev/null @@ -1,4 +0,0 @@ -{% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %} - -by {{ include.pub }}