diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-08 14:25:53 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-08 14:25:53 +0700 |
commit | c103a38f23e838d0debd75438b770f3a29608400 (patch) | |
tree | a4493e11478f7994b73e40102f692c73afb0f12a /_layout | |
parent | a1849b3e81fa23b844933728c9ecce38b00b2a29 (diff) | |
download | site-c103a38f23e838d0debd75438b770f3a29608400.tar.gz |
Correct screenshots
Diffstat (limited to '_layout')
-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 3815782..65b10ad 100644 --- a/_layout/header.html +++ b/_layout/header.html @@ -2,7 +2,7 @@ <div class=blog-name><a href=/>McSinyx</a></div> <nav> <ul> - <li><a href=/works>Works</a></li> + <li><a href=/works>Portfolio</a></li> <li><a href=/menu2>Life</a></li> <li><a href=/menu3>Tags</a></li> </ul> |