diff options
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> |