update fa in logo text

This commit is contained in:
kylejcarlton 2021-12-16 20:05:31 -06:00
parent 872ea348af
commit 8a4f0e3e03
2 changed files with 2 additions and 2 deletions

View file

@ -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!"

View file

@ -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>
&nbsp;
{{ config.extra.logo_text }} {{ config.extra.logo_text }}
<i class="fas fa-wrench"></i>
{% else %} {% else %}
Terminimal theme Terminimal theme
{% endif -%} {% endif -%}