diff --git a/config.toml b/config.toml index f339f32..25b93f1 100644 --- a/config.toml +++ b/config.toml @@ -22,7 +22,6 @@ header_menu_name = "menu_name" [extra.menus] menu_name = [ - { url = "$BASE_URL/posts/", name = "Posts" }, { url = "$BASE_URL/tags/", name = "Tags" }, { url = "$BASE_URL/about/", name = "About" }, ] \ No newline at end of file diff --git a/content/posts/_index.md b/content/posts/_index.md index 59201c1..b60fc98 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,8 +1,4 @@ +++ -title = "Archive" -template = "archive.html" +render = false transparent = true - -[extra] -date_format = "%m-%d" +++