aboutsummaryrefslogblamecommitdiffstats
path: root/_layouts/tag.html
blob: 016945f9f864c76ab9b6f7bd01d025f6ced9d928 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                                                                                                       
---
layout: default
---

<section class="posts">
<h1>Tag #{{page.tag}}</h1>
    <ul>
      {% for post in site.posts %}
      {% if post.tags contains page.tag %}
      <li><a class="post" href="{{ post.url }}">{{ post.title }}</a><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%m-%d-%Y" }}</time></li>
      {% endif %}
      {% endfor %}
    </ul>
	
</section>
Un proyecto texto-plano.xyz