_layouts/post.html in jekyll-theme-tao-0.1.0 vs _layouts/post.html in jekyll-theme-tao-1.0.0

- old
+ new

@@ -41,10 +41,10 @@ {% if page.subtitle %} <h4 class="post-subtitle">{{ page.subtitle }}</h4> {% endif %} {% if page.image %} - <img src="{{ page.image | relative_url }}" alt="{{ post.title }}"> + <img class="post-image" src="{{ page.image | relative_url }}" alt="{{ post.title }}"> {% endif %} <div class="post-content"> {{ content }} </div>