Update blog navigation and post link paths for consistency
This commit is contained in:
@@ -71,7 +71,7 @@ if (!all) {
|
|||||||
!all && (
|
!all && (
|
||||||
<div id="morePosts" class="w-full flex justify-center text-center my-12">
|
<div id="morePosts" class="w-full flex justify-center text-center my-12">
|
||||||
<a
|
<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"
|
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...
|
View all posts...
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ const menu = {
|
|||||||
name: "Blog",
|
name: "Blog",
|
||||||
path: "/blog/",
|
path: "/blog/",
|
||||||
dropdown: [
|
dropdown: [
|
||||||
{ name: "All Posts", path: "/blog/all-posts" },
|
{ name: "All Posts", path: "/blog/posts/" },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
home: { name: "Home", path: "/#home" },
|
home: { name: "Home", path: "/#home" },
|
||||||
|
|||||||
Reference in New Issue
Block a user