diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-09 22:30:55 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-09 22:30:55 +0700 |
commit | fc15c6a36129e56e1ec4bcf8e9b13614e7276df8 (patch) | |
tree | 8ea82481044c2b818471a9445911bd0f5aed0ee5 /_layout/header.html | |
parent | ff37459c4b83966a604a46769a8b384d07b28492 (diff) | |
download | site-fc15c6a36129e56e1ec4bcf8e9b13614e7276df8.tar.gz |
Nitpick
Diffstat (limited to '_layout/header.html')
-rw-r--r-- | _layout/header.html | 2 |
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> |