summaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
authorCarlos Sosa <gnusosa@gnusosa.net>2019-08-18 21:33:05 -0700
committerCarlos Sosa <gnusosa@gnusosa.net>2019-08-18 21:33:05 -0700
commit03a8fc8f75a1bf0f5afb7d0dd11cd7e881a7d763 (patch)
tree2e49edb06b03054b49529011e435832c35dbc237 /templates/default.html
parent6fb9013f18aa621a466c4c13c4cc320a1a724424 (diff)
DRY up the post lists and remove the unnecessary archive template
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/templates/default.html b/templates/default.html
deleted file mode 100644
index c3dd400..0000000
--- a/templates/default.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>My Hakyll Blog - $title$</title>
- <link rel="stylesheet" href="/css/default.css" />
- </head>
- <body>
- <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="/contact.html">Contact</a>
- <a href="/archive.html">Archive</a>
- </div>
- </div>
-
- <div id="content">
- <h1>$title$</h1>
- $body$
- </div>
-
- <div id="footer">
- Site proudly generated by
- <a href="http://jaspervdj.be/hakyll">Hakyll</a>
- </div>
- </body>
-</html>