Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 686 Bytes

File metadata and controls

23 lines (19 loc) · 686 Bytes
layout default
permalink /tutoriales/
title turoriales
    {% for tutorial in site.tutoriales %}
  • {{ tutorial.date | date: "%b %-d, %Y" }}
        <h2>
          <a class="post-link" href="{{ tutorial.url }}">{{ tutorial.title | escape }}</a>
        </h2>
        <p class="description">{% if tutorial.description %}{{ tutorial.description | strip_html | strip_newlines | truncate: 250 }}{% else %}{{ tutorial.content | strip_html | strip_newlines | truncate: 250 }}{% endif %}</p>
        <a href="{{ tutorial.url }}">Read more</a>
      </li>
    {% endfor %}