Update notes component to reflect obsidian notes
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m54s

This commit is contained in:
2026-03-07 17:04:23 +00:00
parent 3200ef5bee
commit 4458844029
2 changed files with 152 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ const faces_string = faces.join(" ");
<RouterLink class="bdr-2 bg-bg_primary" to="/" v-if="!inHome">
<a>HOME</a>
</RouterLink>
<RouterLink class="bdr-2 bg-bg_primary" v-if="parentPath" :to="parentPath">
<RouterLink class="bdr-2 bg-bg_primary" v-if="parentPath && !route.path.startsWith('/notes/')" :to="parentPath">
<a>UP</a>
</RouterLink>
<Headline class="border flex-1 max-w-full">