Fix meta tags (#4918)

This commit is contained in:
MeiMei 2019-05-14 02:50:23 +09:00 committed by syuilo
parent 052f8b265d
commit 342e48ed77
24 changed files with 33 additions and 24 deletions

View file

@ -174,6 +174,7 @@ export default Vue.component('misskey-flavored-markdown', {
key: Math.random(),
props: {
url: token.node.props.url,
rel: 'nofollow noopener',
target: '_blank'
},
attrs: {
@ -187,6 +188,7 @@ export default Vue.component('misskey-flavored-markdown', {
attrs: {
class: 'link',
href: token.node.props.url,
rel: 'nofollow noopener',
target: '_blank',
title: token.node.props.url,
style: 'color:var(--mfmLink);'