fighting with image
This commit is contained in:
@@ -13,7 +13,7 @@ author:
|
||||
name: Leah Rutherford
|
||||
username: piharpi
|
||||
email: justharpi@gmail.com
|
||||
avatar: /assets/img/avatar.png
|
||||
avatar: '/assets/img/avatar.png'
|
||||
|
||||
# Url settings
|
||||
url: https://piharpi.github.io/bangsring
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{% assign url = page.url %}
|
||||
{% if url == "/" %}
|
||||
<figure class="intro-image">
|
||||
<img src="{{ site.author.avatar }}" alt="{{ site.author.username }}">
|
||||
<img src="{{ site.author.avatar | absolute_url }}" alt="{{ site.author.username }}">
|
||||
</figure>
|
||||
{%endif%}
|
||||
<div class="intro-name">{{ site.title }}</div>
|
||||
|
||||
Reference in New Issue
Block a user