diff options
author | Yuchen Pei <me@ypei.me> | 2021-06-18 12:58:44 +1000 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2021-06-18 12:58:44 +1000 |
commit | 147a19e84a743f1379f05bf2f444143b4afd7bd6 (patch) | |
tree | 3127395250cb958f06a98b86f73e77658150b43c /html-templates | |
parent | 4fa26fec8b7e978955e5630d3f820ba9c53be72c (diff) |
Updated.
Diffstat (limited to 'html-templates')
-rw-r--r-- | html-templates/post-preamble.html | 8 |
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> |