diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 82c13a42..e60804d1 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -19,10 +19,11 @@ fullwith: true

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 %}