aboutsummaryrefslogtreecommitdiff
path: root/html-templates
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-08-23 08:51:57 +1000
committerYuchen Pei <hi@ypei.me>2021-08-23 08:51:57 +1000
commit03e53b07216c13c080a87dce3e6862678ce645e5 (patch)
tree00fdd87a397d78d549f14aaf5cc37379f270152a /html-templates
parente177df26124da579d247a40f15a8a3205e7c7783 (diff)
adding link to cgit and fixing typo
Diffstat (limited to 'html-templates')
-rw-r--r--html-templates/preamble.html2
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>