Update blog navigation and post link paths for consistency

This commit is contained in:
EFEELE
2025-04-14 11:46:42 -06:00
parent bc89d1b936
commit 48c0de5fec
2 changed files with 2 additions and 2 deletions

View File

@@ -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...

View File

@@ -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" },