forked from FoundKeyGang/FoundKey
Update home.vue
This commit is contained in:
parent
0821df5b87
commit
c386bd1129
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="root home">
|
||||
<mk-post-detail v-if="user.pinned_post" :post="user.pinned_post" compact/>
|
||||
<mk-post-detail v-if="user.pinned_post" :post="user.pinned_post" :compact= "true "/>
|
||||
<section class="recent-posts">
|
||||
<h2>%fa:R comments%%i18n:mobile.tags.mk-user-overview.recent-posts%</h2>
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue