Update notes link to quartz
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 22s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 22s
This commit is contained in:
@@ -6,7 +6,7 @@ import Header from "@/components/text/Header.vue";
|
|||||||
const site_links = [
|
const site_links = [
|
||||||
{ name: "CV", link: "/cv" },
|
{ name: "CV", link: "/cv" },
|
||||||
{ name: "Bookmarks", link: "/bookmarks" },
|
{ name: "Bookmarks", link: "/bookmarks" },
|
||||||
{ name: "Notes", link: "/notes/Index.md" },
|
{ name: "Notes", link: "/notes/" },
|
||||||
{ name: "Admin", link: "/admin" },
|
{ name: "Admin", link: "/admin" },
|
||||||
// { name: "Shrines", link: "/shrines" },
|
// { name: "Shrines", link: "/shrines" },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user