summaryrefslogtreecommitdiff
path: root/data/example/templates/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/example/templates/default.html')
-rw-r--r--data/example/templates/default.html22
1 files changed, 16 insertions, 6 deletions
diff --git a/data/example/templates/default.html b/data/example/templates/default.html
index 44d1cd0..4b7d8af 100644
--- a/data/example/templates/default.html
+++ b/data/example/templates/default.html
@@ -9,13 +9,23 @@
<link rel="stylesheet" type="text/css" href="/css/syntax.css" />
</head>
<body>
- <h1>MyAweSomeCompany - $title$</h1>
- <div id="navigation">
- <a href="/">Home</a>
- <a href="/about.html">About</a>
- <a href="/code.html">Code</a>
+ <div id="header">
+ <div id="logo">
+ <a href="/">My Hakyll Blog</a>
+ </div>
+ <div id="navigation">
+ <a href="/">Home</a>
+ <a href="/about.html">About</a>
+ <a href="/code.html">Code</a>
+ </div>
</div>
- $body$
+ <div id="content">
+ $body$
+ </div>
+ <div id="footer">
+ Site proudly generated by
+ <a href="http://jaspervdj.be/hakyll">Hakyll</a>
+ </div>
</body>
</html>