From 841417896b2f8d108197b6bfca6f22abe78a9fec Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 28 Jan 2023 00:34:54 +0100 Subject: [PATCH] pack stati together --- _layouts/plugin.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 %}