Skip to content

Commit 8ec98b2

Browse files
authored
Update index.hbs
1 parent b5ffc73 commit 8ec98b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/theme/index.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@
129129
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
130130
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
131131
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
132+
{{#each additional_theme}}
133+
<li role="none"><button role="menuitem" class="theme" id="{{ this }}">{{ this }}</button></li>
134+
{{/each}}
132135
</ul>
133136
{{#if search_enabled}}
134137
<button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">

0 commit comments

Comments
 (0)