summaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..c5f959c
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,24 @@
+<!doctype html>
+<html lang="en-us">
+ <head>
+ <meta charset="utf-8">
+ <title>{{ page.title }}</title>
+ <link rel="stylesheet" href="/assets/css/main.css">
+ </head>
+ <body>
+ <div class="wrap">
+ <header class="masthead">
+ <div class="container">
+ <h3 class="masthead-title">
+ <a href="/" title="Home">{{ site.title | newline_to_br }}</a>
+ <br><small>{{ site.tagline }}</small>
+ </h3>
+ </div>
+ </header>
+
+ <main class="container" id="main">
+ {{ content }}
+ </main>
+ </div>
+ </body>
+</html>