aboutsummaryrefslogtreecommitdiff
path: root/templates/microblog.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/microblog.html')
-rw-r--r--templates/microblog.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/templates/microblog.html b/templates/microblog.html
deleted file mode 100644
index 7713a1b..0000000
--- a/templates/microblog.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Yuchen's Microblog</title>
- <link rel="stylesheet" href="../assets/css/default.css" />
- <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/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="microblog.html">Yuchen's Microblog</a>
- </span>
- <nav>
- <a href="index.html">About</a><a href="microblog-feed.xml">Feed</a>
- </nav>
- </header>
-
- <div class="main">
- $body$
- </div>
-
- </body>
-</html>