Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.3 KB

index.md

File metadata and controls

59 lines (43 loc) · 1.3 KB
layout image
page

{% include JB/setup %}

{% for post in site.posts %}
{{post.date | date: "%d.%m.%Y" }}

{{post.intro}} → Ler mais

          {% unless post.categories == empty %}
            {% assign categories_list = post.category %}
            {% include JB/categories_inline_list %}
          {% endunless %}  

          
          //
          
          {% unless post.tags == empty %}
            {% assign tags_list = post.tags %}
            {% include JB/tags_inline_list %}
          {% endunless %}  
          
        </p>
      </div>
    </div>


  {% endfor %}
</div>