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-09 22:30:55 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-03-09 22:30:55 +0700
commitfc15c6a36129e56e1ec4bcf8e9b13614e7276df8 (patch)
tree8ea82481044c2b818471a9445911bd0f5aed0ee5 /_layout
parentff37459c4b83966a604a46769a8b384d07b28492 (diff)
downloadsite-fc15c6a36129e56e1ec4bcf8e9b13614e7276df8.tar.gz
Nitpick
Diffstat (limited to '_layout')
-rw-r--r--_layout/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layout/header.html b/_layout/header.html
index cb80632..2c96643 100644
--- a/_layout/header.html
+++ b/_layout/header.html
@@ -3,7 +3,7 @@
 <nav>
   <ul>
     <li><a href=/works>Portfolio</a></li>
-    <li><a href=/blog>Blog</a></li>
+    <li><a href=/blog>Blogs</a></li>
   </ul>
 </nav>
 </header>