summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..482d2f0
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="icon" type="image/jpg" href="assets/light.png">
+ <link rel="stylesheet" href="css/style.css">
+ <title> apropos | {{page.title}} </title>
+</head>
+<body>
+ {{ content }}
+</body>
+</html>