fixed link
This commit is contained in:
parent
8a38408db2
commit
52abe161ef
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user