tangled
alpha
login
or
join now
trnck.dev
/
blog
0
fork
atom
blog.trnck.dev
0
fork
atom
overview
issues
pulls
pipelines
Changed img URL
trnck.dev
6 years ago
f64ec576
93d7d097
+1
-1
1 changed file
expand all
collapse all
unified
split
_includes
masthead.html
+1
-1
_includes/masthead.html
···
3
3
{% else %}
4
4
{% assign metadata_styles = 'd-flex flex-items-center mb-3' %}
5
5
{% endif %}
6
6
-
<a href="https://github.com/{{ user.login }}">
6
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>