aboutsummaryrefslogtreecommitdiff
path: root/templates/oldpost.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/oldpost.html')
-rw-r--r--templates/oldpost.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/oldpost.html b/templates/oldpost.html
new file mode 100644
index 0000000..92216fb
--- /dev/null
+++ b/templates/oldpost.html
@@ -0,0 +1,27 @@
+<!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>
+ </head>
+ <body>
+ <header>
+ <span class="logo">
+ <a href="../blog.html">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>