diff --git a/[slug]/index.md b/[slug]/index.md
index 3d0466c0..68e38624 100644
--- a/[slug]/index.md
+++ b/[slug]/index.md
@@ -5,13 +5,10 @@ page_type: projects
-# {{ p.title }}
+
{{ p }}diff --git a/components/SynthCard.vue b/components/SynthCard.vue index 8290ef04..4e840772 100644 --- a/components/SynthCard.vue +++ b/components/SynthCard.vue @@ -77,7 +77,7 @@ button.w-full.flex.flex-wrap.items-stretch.text-left.relative.bg-light-300.shado .flex-1 .flex-1.flex.items-end.flex.flex-wrap.gap-2(v-if="tags?.length>0") .px-2.py-1.text-sm.bg-light-800.dark-bg-dark-500.rounded-lg(v-for="tag in tags" :key="tag") {{ tag }} - + a.p-1.bg-dark-300.absolute.bottom-2.right-2.rounded-full.opacity-10.hover-opacity-80.transition(@click.stop :href="`/${slug}/`")