summaryrefslogblamecommitdiffstats
path: root/_layouts/base.html
blob: 838ed37b02bba9dc675eb788ce3363f8cc35e696 (plain) (tree)
1
2
3
4
5
6





                                                                                








                                                                                                               






























                                                     
<!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