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 mdo {{ include.pub }} + + mdo +

 {{ include.pub }}

+
\ No newline at end of file diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 322d7290..750a583f 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -17,12 +17,30 @@ fullwith: true

Detail section

License: + {% if page.open_source %}{% else %}{% endif %} {{ page.license }}
-

- Status: -
{% if page.stable %}Stable{% else %} Unstable{% endif %}
-
{% if page.maintained %}Maintained{% else %} Unmaintained{% endif %}
+
+
+ Status:
+
+ + {% if page.stable %} + Stable + {% else %} + Unstable + {% endif %} + +
+
+ + {% if page.maintained %} + Maintained + {% else %} + Unmaintained + {% endif %} + +
{% if page.pypi and page.package_name %}Package on PyPI:
{{ 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;