aboutsummaryrefslogtreecommitdiff
path: root/templates/oldpost.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/oldpost.html')
-rw-r--r--templates/oldpost.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/templates/oldpost.html b/templates/oldpost.html
deleted file mode 100644
index 2be3f1a..0000000
--- a/templates/oldpost.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>$title$</title>
- <link rel="stylesheet" href="../assets/css/default.css" />
- <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
- <script src="../assets/js/analytics.js" type="text/javascript"></script>
- </head>
- <body>
- <header>
- <span class="logo">
- <a href="../blog.html">Yuchen's Blog</a>
- </span>
- <nav>
- <a href="../index.html">About</a><a href="../postlist.html">All posts</a><a href="../blog-feed.xml">Feed</a>
- </nav>
- </header>
-
- <div class="main">
- <div class="bodyitem">
- <h2> $title$ </h2>
- <p>Posted on $date$</p>
- $body$
- </div>
- </div>
- </body>
-</html>