_includes/header.html in devlopr-0.2.1 vs _includes/header.html in devlopr-0.2.2
- old
+ new
@@ -1,11 +1,11 @@
<header>
<div class="col-lg-12">
<div class="row">
<div class="col-md-2 center">
- <a href="{{ site.url }}">
- <img src="{{ site.url }}/assets/img/{{ site.author_logo }}" class="profile-img">
+ <a href="/">
+ <img src="/assets/img/{{ site.author_logo }}" class="profile-img">
</a>
</div>
<div class="col-md-4">
<h1 class="profile-name"> {{ site.title }}</h1>
<p class="profile-bio"> {{ site.subtitle }}</p>
\ No newline at end of file