_layouts/blog.html in jekyll-theme-centos-2.2.0.pre.true.3 vs _layouts/blog.html in jekyll-theme-centos-2.2.0

- old
+ new

@@ -5,10 +5,10 @@ <main class="blog"> <div class="blog__content"> <ol class="blog__content__breadcrumb"> - <li class="blog__content__breadcrumb__item"><a href="/">Home</a></li> + <li class="blog__content__breadcrumb__item"><a href="{{ site.baseurl }}">Home</a></li> <li class="blog__content__breadcrumb__item--active">{{ page.title | capitalize }}</li> </ol> <section class="blog__content__entries"> {%- if site.posts.size > 0 -%}