[fix] #58 wrong url for RSS feed
This commit is contained in:
parent
0411ac88fa
commit
b805bc6d06
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
### 0.17.7
|
||||||
|
- [fix] #58 wrong url for RSS feed
|
||||||
|
|
||||||
### 0.17.5
|
### 0.17.5
|
||||||
- [fedi] comments moderation
|
- [fedi] comments moderation
|
||||||
- [fedi] user moderation
|
- [fedi] user moderation
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
el-menu-item(v-if='$auth.loggedIn' @click='logout' :title="$t('common.logout')")
|
el-menu-item(v-if='$auth.loggedIn' @click='logout' :title="$t('common.logout')")
|
||||||
v-icon(color='red' name='sign-out-alt')
|
v-icon(color='red' name='sign-out-alt')
|
||||||
|
|
||||||
el-menu-item(:title="$t('common.feed')" v-clipboard:copy='`settings.baseurl/feed/rss`' v-clipboard:success='copyLink')
|
el-menu-item(:title="$t('common.feed')" v-clipboard:copy='`${settings.baseurl}/feed/rss`' v-clipboard:success='copyLink')
|
||||||
v-icon(color='orange' name='rss')
|
v-icon(color='orange' name='rss')
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue