[O] Active blog posts based on url
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="Blog">
|
<div id="Blog">
|
||||||
<BlogPostPreview v-for="m of filteredPosts" :key="m" :meta="m"/>
|
<BlogPostPreview v-for="m of filteredPosts" :key="m" :meta="m" :active="m.url_name === post"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user