link fix
This commit is contained in:
parent
d98d4e1ab7
commit
43b989b2d9
1 changed files with 2 additions and 2 deletions
|
@ -85,11 +85,11 @@
|
|||
|
||||
<header class="blog-header">
|
||||
{% if site.logo %}
|
||||
<a class="blog-logo" href="{{site.url}}" style="background-image: url('{{ site.logo }}')">{{ site.title }}</a>
|
||||
<a class="blog-logo" href="{{site.fullurl}}" style="background-image: url('{{ site.logo }}')">{{ site.title }}</a>
|
||||
<br><br>
|
||||
{% endif %}
|
||||
<h1 class="blog-title">{{ site.title }} - {{ page.title }}</h1>
|
||||
<h2 class="blog-description">{{ site.description }}</h2>
|
||||
<h5 class="blog-description">{{ site.description }}</h2>
|
||||
<div class="custom-links">
|
||||
{% for social in site.social %}
|
||||
<a class="icon-{{ social.icon }}" href="{{ social.url }}">
|
||||
|
|
Loading…
Reference in a new issue