mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-17 22:07:12 +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"
|
||||
|
||||
# The logo text - defaults to "Terminimal theme"
|
||||
logo_text = "-Tech it Yourself-"
|
||||
logo_text = "Tech it Yourself"
|
||||
|
||||
# The logo link - defaults to base_url.
|
||||
#logo_home_link = "/take/me/away!"
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
<div class="logo">
|
||||
{%- if config.extra.logo_text %}
|
||||
<i class="fas fa-laptop-code"></i>
|
||||
|
||||
{{ config.extra.logo_text }}
|
||||
<i class="fas fa-wrench"></i>
|
||||
{% else %}
|
||||
Terminimal theme
|
||||
{% endif -%}
|
||||
|
|
Loading…
Reference in a new issue