This commit is contained in:
Kibi Kelburton 2022-05-22 13:22:03 +02:00
parent a9f65bb798
commit 1425361a6f

View File

@ -25,7 +25,7 @@
@endif
</li>
<li class="nav-item dropdown" id="themes">
<a class="nav-link ddcontent" href="#" content="{{ theme }}" data-toggle="dropdown">Theme</a>
<a class="nav-link ddcontent" href="#" content="{{ theme }}" data-toggle="dropdown">Themes</a>
<ul class="dropdown-menu">
@each(themes as t)
<li><a href="/theme/{{ t }}">{{ t }}</a></li>