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














                                                                                                                                                             
---
layout: default
title: Tags
---

<section class="posts">
	<h1>{{ page.title }}</h1>
{% assign tags = site.tags | sort %}
<ul>
{% for tag in tags %}
 <li><a href="/tag/{{ tag | first | slugify }}/">{{ tag[0] | replace:'-', ' ' }} ({{ tag | last | size }}){% unless forloop.last %}, {% endunless %}</a></li>
{% endfor %}
</ul>

</section>
Un proyecto texto-plano.xyz