aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/post.html
blob: 194fbbb94da08337048e325e79e63531b74571ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
---
<header class="post-header">
  <h1 class="post-title">{{ page.title }}</h1>
</header>
<p><span class="time">{{ page.date | date:"%d/%m/%Y"	 }}</span></p>
{% if page.categories %}
  <span class="categories">
    <p>&raquo; {% for category in page.categories %}<a href="/category/{{ category }}">{{ category }}</a>{% if forloop.last == false %}, {% endif %}{% endfor %}</p>
  </span>
{% endif %}

{{ content }}

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

<div class="PageNavigation">
  {% if page.previous.url %}
    <p><a class="prev" href="{{ page.previous.url }}">&laquo; {{ page.previous.title }}</a></p>
  {% endif %}
  {% if page.next.url %}
    <p><a class="next" href="{{ page.next.url }}">{{ page.next.title }} &raquo;</a></p>
  {% endif %}
</div>
Un proyecto texto-plano.xyz