anonymous_overflow/templates/themeSwitcher.html
2022-12-29 13:19:08 -05:00

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>