Add home icon to home button

This commit is contained in:
daudix
2024-08-17 22:51:18 +03:00
parent e326987985
commit b7eb0b7d69
2 changed files with 25 additions and 0 deletions

View File

@ -11,6 +11,7 @@
{%- if current_url | default(value="/") | trim_end_matches(pat="/") | safe == get_url(path="/", lang=lang) | trim_end_matches(pat='/') | safe -%}
class="active"
{%- endif -%}>
<i class="icon"></i>
{{- config.title -}}
</a>
</li>