mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-19 06:47:11 +02:00
update logo text in index and config.toml
This commit is contained in:
parent
d5a39089a8
commit
872ea348af
|
@ -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!"
|
||||
|
|
|
@ -38,8 +38,9 @@
|
|||
<a href="{{ logo_link | safe }}" style="text-decoration: none;">
|
||||
<div class="logo">
|
||||
{%- if config.extra.logo_text %}
|
||||
<i class="fas fa-laptop-code"></i>
|
||||
{{ config.extra.logo_text }}
|
||||
<i class="fas fa-laptop-code"></i> <i class="fas fa-wrench"></i>
|
||||
<i class="fas fa-wrench"></i>
|
||||
{% else %}
|
||||
Terminimal theme
|
||||
{% endif -%}
|
||||
|
|
Loading…
Reference in a new issue