aboutsummaryrefslogtreecommitdiff
path: root/html-templates/post-preamble.html
diff options
context:
space:
mode:
Diffstat (limited to 'html-templates/post-preamble.html')
-rw-r--r--html-templates/post-preamble.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/html-templates/post-preamble.html b/html-templates/post-preamble.html
new file mode 100644
index 0000000..56c3ea7
--- /dev/null
+++ b/html-templates/post-preamble.html
@@ -0,0 +1,8 @@
+<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>