add blog to menu

This commit is contained in:
Satya L. Johnson 2021-10-18 10:31:36 -04:00
parent 53eb24bc8a
commit e3186982b6
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ zenn_menu = [
{url = "$BASE_URL/", name = "Home"},
{url = "$BASE_URL/chat/", name = "Chat"},
{url = "$BASE_URL/rhino/", name = "Rhino"},
{url = "$BASE_URL/about/", name = "About"},
{url = "$BASE_URL/about/", name = "About"},
{url = "$BASE_URL/blog/", name = "Blog"},
{url = "$BASE_URL/now/", name = "Now"},
{url = "$BASE_URL/contact/", name = "Contact"},
]