_includes/header.html in garth-jekyll-theme-0.2.7 vs _includes/header.html in garth-jekyll-theme-0.2.8

- old
+ new

@@ -1,10 +1,10 @@ <header class="header"> <div class="container"> {% if site.logo %} - <a class="logo" href="{{ site.url }}" title="{{ site.title }}"> + <a class="logo" href="/" title="{{ site.title }}"> <img class="image" src="{{ site.logo | replace: "300", "72" }}" alt="{{ site.title }}" srcset="{{ site.logo | replace: "300", "72" }} 72w, {{ site.logo | replace: "300", "144" }} 144w" width="72" height="72"> </a> {% endif %} <button class="button">Menu</button>