Update blog navigation and post link paths for consistency
This commit is contained in:
@@ -71,7 +71,7 @@ if (!all) {
|
||||
!all && (
|
||||
<div id="morePosts" class="w-full flex justify-center text-center my-12">
|
||||
<a
|
||||
href="/blog/todas-las-publicaciones"
|
||||
href="/blog/posts/"
|
||||
class="font-bold cursor-pointer text-mint-400 dark:text-mint-100 hover:text-mint-500 dark:hover:text-mint-300 transition-all"
|
||||
>
|
||||
View all posts...
|
||||
|
||||
@@ -11,7 +11,7 @@ const menu = {
|
||||
name: "Blog",
|
||||
path: "/blog/",
|
||||
dropdown: [
|
||||
{ name: "All Posts", path: "/blog/all-posts" },
|
||||
{ name: "All Posts", path: "/blog/posts/" },
|
||||
]
|
||||
},
|
||||
home: { name: "Home", path: "/#home" },
|
||||
|
||||
Reference in New Issue
Block a user