summaryrefslogtreecommitdiffstats
path: root/_layouts/base.html
blob: 838ed37b02bba9dc675eb788ce3363f8cc35e696 (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
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="es">
  <head>
    <meta charset="UTF-8" />
    <title>{{ site.title }}</title>
    <link rel="shortcut icon" href={{ "/images/favicon.png" | absolute_url }} />
    <meta
        name="viewport"
        content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
    >
    <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