aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/post.html
blob: add421604e079e8bae44e47e066f14cb8dbee0b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: default
---

<section class="post">
  <h2>{{ page.title }}</h2>
  {{ content }}
  <span class="meta"><time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %-d, %Y" }}</time> &middot; {% for tag in page.tags %}
    <a href="/tag/{{tag}}">{{tag}}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}</span>
</section>


Un proyecto texto-plano.xyz