7 lines
215 B
HTML
7 lines
215 B
HTML
|
<div class="icon">
|
||
|
<a href="/options/theme?redirect_url={{ .currentUrl }}">
|
||
|
<img src="/static/icons/{{ if eq .theme "dark" }}sun{{
|
||
|
else }}moon{{ end }}.svg" alt="Toggle theme" />
|
||
|
</a>
|
||
|
</div>
|