diff --git a/templates/index.html b/templates/index.html index 3d87910..a5fd72e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -35,11 +35,13 @@ {% endif -%} + {% block logo_content %} {%- if config.extra.logo_text %} {{ config.extra.logo_text }} {% else %} Terminimal theme {% endif -%} + {% endblock logo_content %}