Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 355 Bytes

05_noticias.md

File metadata and controls

14 lines (12 loc) · 355 Bytes
layout title permalink
page
Noticias
/noticias/
{% for post in site.posts %}
    <a class="post-title" href="{{site.baseurl}}{{post.url}}"><h2>{{ post.title }}</h2></a>
    <p class="date">{{ post.date | date: "%b %-d, %Y" }}</p>
    <p>{{post.excerpt | strip_html}}</p>

{% endfor %}