aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..a331b69
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,21 @@
+
+<!DOCTYPE html>
+<html lang="en" >
+ {% include head.html %}
+ <body>
+ <main role="main">
+ {% include header.html %}
+
+ {% include navigation.html %}
+ <hr>
+ <article>
+ {{ content }}
+ </article>
+ <hr>
+
+ {% include footer.html %}
+
+ </main>
+
+ </body>
+</html> \ No newline at end of file
Un proyecto texto-plano.xyz