summaryrefslogtreecommitdiffstats
path: root/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/blog.html b/blog.html
deleted file mode 100644
index 9f7da1f..0000000
--- a/blog.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-%include partials/head.html
-<title>~/blog/</title>
-<link href="main.css" rel="stylesheet">
-</head>
-
-<body>
-%include partials/header.html
-<div class="content">
- <section id="blog">
- <h2>Blog</h2>
- <p>These are not the droids you are looking for.</p>
- </section>
-</div>
-%include partials/footer.html
-</body>
-</html>