diff options
author | Yuchen Pei <hi@ypei.me> | 2021-08-23 08:51:57 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-08-23 08:51:57 +1000 |
commit | 03e53b07216c13c080a87dce3e6862678ce645e5 (patch) | |
tree | 00fdd87a397d78d549f14aaf5cc37379f270152a /html-templates/preamble.html | |
parent | e177df26124da579d247a40f15a8a3205e7c7783 (diff) |
adding link to cgit and fixing typo
Diffstat (limited to 'html-templates/preamble.html')
-rw-r--r-- | html-templates/preamble.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html-templates/preamble.html b/html-templates/preamble.html index 5c698f6..cb0e7ac 100644 --- a/html-templates/preamble.html +++ b/html-templates/preamble.html @@ -3,6 +3,6 @@ <a href="/index.html">About</a> </span> <nav> - <a href="/blog.html">Blog</a><a href="/microblog.html">Microblog</a> + <a href="/blog.html">Blog</a><a href="/microblog.html">Microblog</a><a href="https://g.ypei.me">Projects (git)</a> </nav> </header> |