_layouts/default.html in jekyll-sleek-0.1.5 vs _layouts/default.html in jekyll-sleek-0.1.6

- old
+ new

@@ -16,13 +16,13 @@ {% endif %} {% include header.html %} - <div class="hero lazyload" data-bg="{{site.url}}/assets/img/posts/sleek_lg.jpg"> + <div class="hero lazyload" data-bg="{{ site.url }}{{ site.baseurl }}/assets/img/{{ site.hero_img }}"> <div class="hero__wrap"> - <h1 class="hero__title">Sleek</h1> - <p class="hero__meta">Modern Jekyll theme focused on speed performance & SEO best practices</p> + <h1 class="hero__title">{{ site.title | escape }}</h1> + <p class="hero__meta">{{ site.tagline }}</p> </div> </div> <main class="site__content"> <section class="blog">