diff --git a/site/plugins/admin/templates/extends/plugins/index.html b/site/plugins/admin/templates/extends/plugins/index.html
index 895910a1..fcdf23b2 100644
--- a/site/plugins/admin/templates/extends/plugins/index.html
+++ b/site/plugins/admin/templates/extends/plugins/index.html
@@ -12,6 +12,9 @@
{{ tr('admin_description') }}
|
+
+ {{ tr('admin_author') }}
+ |
{{ tr('admin_version') }}
|
@@ -32,6 +35,9 @@
{{ plugin.name }}
{{ plugin.description }} |
+
+ {{ plugin.author.name }}
+ |
{{ plugin.version }} |
|
{{ theme.description }} |
+
+ {{ theme.author.name }}
+ |
{{ theme.version }} |
|