mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-25 18:23:40 +02:00
update logo text in index and config.toml
This commit is contained in:
parent
d5a39089a8
commit
872ea348af
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue