mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
remove unused code from more info page
This commit is contained in:
parent
24093f9148
commit
f73c535bbb
@ -27,16 +27,6 @@
|
|||||||
:key="relatedPost.id"
|
:key="relatedPost.id"
|
||||||
:width="{ base: '50%' }">
|
:width="{ base: '50%' }">
|
||||||
<hc-post-card :post="relatedPost" />
|
<hc-post-card :post="relatedPost" />
|
||||||
<!--<a
|
|
||||||
v-router-link
|
|
||||||
:href="$router.resolve({ name: 'post-slug', params: { slug: relatedPost.slug } }).href">
|
|
||||||
<ds-card
|
|
||||||
:image="relatedPost.image"
|
|
||||||
:header="relatedPost.title"
|
|
||||||
class="related-post">
|
|
||||||
<div v-html="relatedPost.contentExcerpt" />
|
|
||||||
</ds-card>
|
|
||||||
</a>-->
|
|
||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
</ds-flex>
|
</ds-flex>
|
||||||
<ds-space
|
<ds-space
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user