about summary refs log tree commit diff stats
path: root/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout.html')
-rw-r--r--layout.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout.html b/layout.html
new file mode 100644
index 0000000..7c306cd
--- /dev/null
+++ b/layout.html
@@ -0,0 +1,20 @@
+---
+is_layout: true
+---
+
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>Anastasie's website</title>
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width,initial-scale=1" />
+    <meta name="description" content="Personal website of Anastasie." />
+    <link rel="icon" href="img/favicon.png" />
+    <link rel="stylesheet" href="style.css" />
+  </head>
+  <body>
+    <div id="content">
+    {{ content }}
+    </div>
+  </body>
+</html>