[O] Active blog posts based on url

This commit is contained in:
Hykilpikonna
2021-12-26 21:11:13 -05:00
parent 4d5742affc
commit ac70db635b
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<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>
</template>