mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 01:18:26 +00:00
Show plugin pages even if there are none
This commit is contained in:
parent
0a4f0eb57d
commit
343d9d09e8
1 changed files with 1 additions and 3 deletions
|
|
@ -301,8 +301,7 @@
|
|||
<!-- end default anchor -->
|
||||
|
||||
<!-- plugin list -->
|
||||
{% set plugins = config["CONFIG"].get_plugins() %} {% if
|
||||
plugins_pages_count != 0 %}
|
||||
{% set plugins = config["CONFIG"].get_plugins() %}
|
||||
<div>
|
||||
<ul>
|
||||
<li class="w-full mt-4">
|
||||
|
|
@ -342,7 +341,6 @@
|
|||
</ul>
|
||||
<!-- end plugin list -->
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
<!-- end list items -->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue