blog.trnck.dev

Changed img URL

+1 -1
+1 -1
_includes/masthead.html
··· 3 3 {% else %} 4 4 {% assign metadata_styles = 'd-flex flex-items-center mb-3' %} 5 5 {% endif %} 6 - <a href="https://github.com/{{ user.login }}"> 6 + <a href="{{ site.url }}{{ site.baseurl | append:'/' }}"> 7 7 <img src="{{ user.avatar_url }}" class="circle mb-3" style="max-width: 150px;"> 8 8 </a> 9 9 <h1 class="{% if site.style == 'dark' %}text-white{% endif %} mb-2 lh-condensed"><a href="https://github.com/{{ user.login }}">{% if user.name %}{{ user.name }}{% else %}{{ user.login }}{% endif %}</a></h1>