about summary refs log tree commit diff homepage
path: root/_layout
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-08 21:45:21 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-08 21:45:21 +0700
commit818a0bd6f1b3305351d482eeab4e9e64c2af3a18 (patch)
tree807afa8b0a26d98202f97bf7d4ab9d6513054fa2 /_layout
parentc9409b7b0b426a8af44c2046972d26ff5621f37b (diff)
downloadsite-818a0bd6f1b3305351d482eeab4e9e64c2af3a18.tar.gz
Migrate *the rest* of the math blogs
Diffstat (limited to '_layout')
-rw-r--r--_layout/header.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_layout/header.html b/_layout/header.html
index 65b10ad..b7d28cf 100644
--- a/_layout/header.html
+++ b/_layout/header.html
@@ -3,8 +3,7 @@
 <nav>
   <ul>
     <li><a href=/works>Portfolio</a></li>
-    <li><a href=/menu2>Life</a></li>
-    <li><a href=/menu3>Tags</a></li>
+    <li><a href=/blog>Blog</a></li>
   </ul>
   <img src=/assets/hamburger.svg id=menu-icon>
 </nav>