feat: Add custom plugins
All checks were successful
Build Docker / Build Image (push) Successful in 46s

This commit is contained in:
2025-01-28 17:26:59 +11:00
parent cfb814d006
commit 2ae618c68a
7 changed files with 184 additions and 298 deletions

View File

@@ -67,7 +67,7 @@
<div class="container-fluid" style="margin-bottom: 20px;">
<h3 class="text-dark mb-1">{{name}}</h3>
<h4 class="text-dark mb-1">{{description}}</h4>
<h6 class="text-dark mb-1">Author: {{author}}<br>Version: {{version}}</h6>{{functions|safe}}
<h6 class="text-dark mb-1">Author: {{author}}<br>Version: {{version}}<br>Source: {{source}}</h6>{{functions|safe}}
</div>
</div>
<footer class="sticky-footer" style="background: var(--bs-primary-text-emphasis);">