summaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-10-24 15:05:39 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-10-24 22:59:58 +0800
commit374582322b930635c0b12472d122034b9dc09e54 (patch)
treeaaf26f25f05b665845e0dd1d1c951c491173f8da /_layouts/default.html
parent7c9757f4c7ac6b6eb7b64aabce1da55ea77d3036 (diff)
downloadwww-master.tar.gz
Experiment with Ed.HEADmaster
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>