update logo text in index and config.toml

This commit is contained in:
kylejcarlton 2021-12-16 19:54:40 -06:00
parent d5a39089a8
commit 872ea348af
2 changed files with 3 additions and 2 deletions

View file

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

View file

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