diff --git a/_posts/2015-05-15-images.md b/_posts/2015-05-15-images.md index 0729fcb48d78..e81d92f60498 100644 --- a/_posts/2015-05-15-images.md +++ b/_posts/2015-05-15-images.md @@ -5,6 +5,7 @@ date: 2015-05-15 21:01:00 description: this is what included images could look like tags: formatting images categories: sample-posts +thumbnail: assets/img/9.jpg --- This is an example post with image galleries. diff --git a/blog/index.html b/blog/index.html index da8590b3aa5a..f6cebe9dc0c4 100644 --- a/blog/index.html +++ b/blog/index.html @@ -53,7 +53,11 @@

{{ site.blog_description }}

{% assign categories = post.categories | join: "" %}
  • -

    +{%- if post.thumbnail -%} +
    +
    +{%- endif -%} +

    {% if post.redirect == blank %} {{ post.title }} {% else %} @@ -95,6 +99,13 @@

    {% endfor %} {% endif %}

    +{%- if post.thumbnail -%} +

    +
    + image +
    +
    +{%- endif -%}

  • {% endfor %}