[fix] #58 wrong url for RSS feed
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
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
|
||||
- [fedi] comments moderation
|
||||
- [fedi] user moderation
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
el-menu-item(v-if='$auth.loggedIn' @click='logout' :title="$t('common.logout')")
|
||||
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')
|
||||
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user