mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-20 07:17:11 +02:00
update fa in logo text
This commit is contained in:
parent
872ea348af
commit
8a4f0e3e03
|
@ -27,7 +27,7 @@ accent_color = "green"
|
||||||
background_color = "dark"
|
background_color = "dark"
|
||||||
|
|
||||||
# The logo text - defaults to "Terminimal theme"
|
# The logo text - defaults to "Terminimal theme"
|
||||||
logo_text = "-Tech it Yourself-"
|
logo_text = "Tech it Yourself"
|
||||||
|
|
||||||
# The logo link - defaults to base_url.
|
# The logo link - defaults to base_url.
|
||||||
#logo_home_link = "/take/me/away!"
|
#logo_home_link = "/take/me/away!"
|
||||||
|
|
|
@ -39,8 +39,8 @@
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
{%- if config.extra.logo_text %}
|
{%- if config.extra.logo_text %}
|
||||||
<i class="fas fa-laptop-code"></i>
|
<i class="fas fa-laptop-code"></i>
|
||||||
|
|
||||||
{{ config.extra.logo_text }}
|
{{ config.extra.logo_text }}
|
||||||
<i class="fas fa-wrench"></i>
|
|
||||||
{% else %}
|
{% else %}
|
||||||
Terminimal theme
|
Terminimal theme
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
Loading…
Reference in a new issue