summaryrefslogtreecommitdiffstats
path: root/_layouts/base.html
blob: dec11b7617f9f2677320a44cfde720a2646df4f9 (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
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="es">
  <head>
    <meta charset="UTF-8" />
    <title>{{ site.title }}</title>
    <link rel="shortcut icon" href={{ "/images/favicon.png" | absolute_url }} />
    <link rel="stylesheet" href={{ "/assets/fira_code_v5.2/fira_code.css" |
    absolute_url }} /> <link rel="stylesheet" href={{ "/css/style.css" |
    absolute_url }} />
  </head>

  <body>
    <nav>
      <ul>
        <li>
          <div class="nav-item">
            <a href="{{ site.baseurl }}/">
            {% if page.layout == "home" %}
              ~
            {% else %}
              ..
            {% endif %}
            </a>
          </div>
        </li>
        <li>
          <div class="nav-item">
            <a href={{ "/feed.xml" | absolute_url }}>
              RSS
            </a>
          </div>
        </li>
      </ul>
    </nav>

    {{ content }}
  </body>

  {% include footer.html %}
</html>
Un proyecto texto-plano.xyz