summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-06-02 21:54:44 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-06-02 21:54:44 -0400
commite8ab11225a306225d2be16c4464e68a4ad464918 (patch)
tree9fa3c7071f6f27cb0305b0ce6522a606ded864a3 /_layouts
parent8f3bc0a5a3640be89da2815ca32fa63150f8ec18 (diff)
downloadcarpentertutoring-e8ab11225a306225d2be16c4464e68a4ad464918.tar.xz
carpentertutoring-e8ab11225a306225d2be16c4464e68a4ad464918.zip
basic cobalt layout
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.liquid13
1 files changed, 13 insertions, 0 deletions
diff --git a/_layouts/default.liquid b/_layouts/default.liquid
new file mode 100644
index 0000000..8b79e63
--- /dev/null
+++ b/_layouts/default.liquid
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>{{ page.title }}</title>
+ </head>
+ <body>
+ <div>
+ <h2>{{ page.title }}</h2>
+ {{ page.content }}
+ </div>
+ </body>
+</html>