fixed link

This commit is contained in:
Sam Hadow 2024-03-09 17:55:11 +01:00
parent 8a38408db2
commit 52abe161ef

View File

@ -31,7 +31,10 @@
{% if site.blank_title %} {% if site.blank_title %}
<h1>{{ site.title | default: null }}</h1> <h1>{{ site.title | default: null }}</h1>
{% else %} {% else %}
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: null }}</a></h1> <h1><a href="/">
{{ site.title | default: null }}
</a>
</h1>
{% endif %} {% endif %}
{% if site.email %} {% if site.email %}