Skip to content

Latest commit

 

History

History
47 lines (44 loc) · 1.27 KB

File metadata and controls

47 lines (44 loc) · 1.27 KB
layout page
title Posts
permalink /posts/
    {% for post in site.posts %}

    {% assign tags = post.tags | join: "" %} {%- if post != site.posts[0] -%}


    {%- endif -%}
  • {%- if post.thumbnail -%}
    {% else %}
    {%- endif -%}

    {{ post.date | date: "%Y-%m-%d" }} {% if tags != "" %}
    {% for tag in post.tags %} #{{ tag }}   {% endfor %} {% endif %}

    {%- if post.thumbnail -%}
    thumbnail image not available
    {%- endif -%}

  • {% endfor %}