diff options
author | Anthony Wang | 2021-10-13 22:24:57 -0500 |
---|---|---|
committer | Anthony Wang | 2021-10-13 22:24:57 -0500 |
commit | a24f4d94a8aaa47b80f0eb19716c80524457a5fb (patch) | |
tree | aafe3fba981ac52544f9cb4b949934cd3410d57d /config.toml | |
parent | f13dffc9b65c0c98f5abca4fa773d68d0b853e08 (diff) |
Rename posts to blog
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 1334a65..c9aa9ce 100644 --- a/config.toml +++ b/config.toml @@ -5,10 +5,10 @@ theme = 'gokarna' [menu] [[menu.main]] - identifier = 'posts' - name = 'Posts' - url = '/posts/' - pre = '<span data-feather="message-circle"></span>' + identifier = 'blog' + name = 'Blog' + url = '/blog/' + pre = '<span data-feather="book"></span>' weight = 1 [[menu.main]] identifier = 'projects' |