From 13a60fce7c55af174e91c50e23277b00bef9a9bf Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 24 Jan 2023 09:31:54 +0100 Subject: [PATCH] add more attributes to the site --- _layouts/plugin.html | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 43284c95..b26f320a 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -14,8 +14,23 @@ fullwith: true
-

Link section

+

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

+ + {% if page.issue_tracker %} + +
+

Issue Tracker

+
+
+ {% endif %} {% if page.github %} @@ -33,7 +48,6 @@ fullwith: true
{% endif %} - {% if page.source %}