summaryrefslogtreecommitdiffstats
path: root/_layouts/base.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/base.html')
-rw-r--r--_layouts/base.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/_layouts/base.html b/_layouts/base.html
new file mode 100644
index 0000000..dec11b7
--- /dev/null
+++ b/_layouts/base.html
@@ -0,0 +1,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