|
@@ -1,17 +1,17 @@
|
|
|
<li class="nav-item dropdown">
|
|
|
<a class="nav-link dropdown-toggle" href="#" id="themeSelector" role="button"
|
|
|
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
|
- <img id="navbar-theme-icon-svg" class="theme-icon" src="{{ "/icons/moon-svgrepo-com.svg" }}" width=20 alt="Dark Theme">
|
|
|
+ <img id="navbar-theme-icon-svg" class="theme-icon" src="{{ "icons/moon-svgrepo-com.svg" | relURL }}" width=20 alt="Dark Theme">
|
|
|
</a>
|
|
|
<div id="themeMenu" class="dropdown-menu dropdown-menu-icons-only" aria-labelledby="themeSelector">
|
|
|
<a class="dropdown-item nav-link" href="#" data-scheme="light">
|
|
|
- <img class="theme-icon" src="{{ "/icons/sun-svgrepo-com.svg" }}" width=20 alt="Light Theme">
|
|
|
+ <img class="theme-icon" src="{{ "icons/sun-svgrepo-com.svg" | relURL }}" width=20 alt="Light Theme">
|
|
|
</a>
|
|
|
<a class="dropdown-item nav-link" href="#" data-scheme="dark">
|
|
|
- <img class="theme-icon" src="{{ "/icons/moon-svgrepo-com.svg" }}" width=20 alt="Dark Theme">
|
|
|
+ <img class="theme-icon" src="{{ "icons/moon-svgrepo-com.svg" | relURL }}" width=20 alt="Dark Theme">
|
|
|
</a>
|
|
|
<a class="dropdown-item nav-link" href="#" data-scheme="system">
|
|
|
- <img class="theme-icon" src="{{ "/icons/computer-svgrepo-com.svg" }}" width=20 alt="System Theme">
|
|
|
+ <img class="theme-icon" src="{{ "icons/computer-svgrepo-com.svg" | relURL }}" width=20 alt="System Theme">
|
|
|
</a>
|
|
|
</div>
|
|
|
</li>
|