summaryrefslogtreecommitdiffstats
path: root/_layouts/home.html
blob: 654be0052227caa05d8f6d6de37b59e2d41a1010 (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
27
28
29
---
layout: base
---

<header>
  <h1>{{ site.title }}</h1>

  <h2>
    Sitio de {{ site.author }} en
    <a href="https://texto-plano.xyz">texto-plano.xyz</a>
  </h2>
</header>

<main>

  <h1>Blog</h1>

  <ul class="posts-list">
    {% for post in site.posts %}
    <li>
      <h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
      <p><em>{{ post.date | date: "%Y-%m-%d"}}</em></p>
      {% if site.show-excerpt %}<p>{{ post.excerpt }}</p>{% endif %}
    </li>
    {% endfor %}
  </ul>

  {{ content }}
</main>
Un proyecto texto-plano.xyz