mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-01-19 03:27:23 +08:00
8 lines
207 B
Twig
Executable File
8 lines
207 B
Twig
Executable File
{% if auth_check() %}
|
|
<li class="nav-item" id="toggle-dark-mode">
|
|
<a class="nav-link" href="#" role="button">
|
|
<i class="fas fa-{{ dark_mode ? 'moon' : 'sun' }}"></i>
|
|
</a>
|
|
</li>
|
|
{% endif %}
|