diff --git a/_includes/partial/publisher_ref.html b/_includes/partial/publisher_ref.html
index 222b462a..c1da41f1 100644
--- a/_includes/partial/publisher_ref.html
+++ b/_includes/partial/publisher_ref.html
@@ -1,4 +1,7 @@
{% assign publisher_ref = site.publishers | where: 'short_name', include.pub | first %}
-by {{ include.pub }} {{ include.pub }}
+
+
+
License:
+
{% if page.open_source %}{% else %}{% endif %}
{{ page.license }}
-
+ {{ page.package_name }}
{% endif %}
diff --git a/_repo/inventree-kicad.md b/_repo/inventree-kicad.md
index 355f3cb5..9d6c84fc 100644
--- a/_repo/inventree-kicad.md
+++ b/_repo/inventree-kicad.md
@@ -9,7 +9,6 @@ pypi: true
package_name: inventree-kicad-plugin
github: https://github.com/afkiwers/inventree_kicad
issue_tracked: https://github.com/afkiwers/inventree_kicad/issues
-website: https://github.com/afkiwers/inventree_kicad
categories: Integration
tags: schematic bom kicad
---
diff --git a/assets/index.css b/assets/index.css
index e142ce6e..a5337033 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -106,6 +106,10 @@ layout: empty
@apply mb-0 italic
}
+ .success {
+ color: #155724;
+ }
+
.anchor {
display: block;
position: relative;