mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-20 07:17:11 +02:00
update logo class in index template with favicons
This commit is contained in:
parent
1c3e3634bd
commit
d5a39089a8
|
@ -39,6 +39,7 @@
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
{%- if config.extra.logo_text %}
|
{%- if config.extra.logo_text %}
|
||||||
{{ config.extra.logo_text }}
|
{{ config.extra.logo_text }}
|
||||||
|
<i class="fas fa-laptop-code"></i> <i class="fas fa-wrench"></i>
|
||||||
{% else %}
|
{% else %}
|
||||||
Terminimal theme
|
Terminimal theme
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
Loading…
Reference in a new issue