_layouts/home.html in dark-blog-theme-1.1.0 vs _layouts/home.html in dark-blog-theme-2.0.0
- old
+ new
@@ -7,10 +7,11 @@
{%- endif -%}
{{ content }}
{%- if site.posts.size > 0 -%}
- <h2 class="post-list-heading">{{ page.list_title | default: 'Posts' }}</h2>
+ {%- include theme_picker.html -%}
+ <h2 class="post-list-heading">{{ page.list_title | default: 'Featured Posts' }}</h2>
<ul class="post-list">
{%- for post in site.posts -%}
<li class="post-card">
{%- if post.image -%}
<img class="post-image" src="{{- post.image | relative_url -}}">