1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-21 16:43:08 -05:00

Fix: リンクバリデーションリンクが一瞬表示されてしまう ()

* Fix: リンクバリデーションリンクが一瞬表示されてしまう

* use link
This commit is contained in:
MeiMei 2019-07-26 00:17:34 +09:00 committed by syuilo
parent 27d22f954a
commit 6516bd2ade

View file

@ -37,7 +37,5 @@ block meta
if profile.url
link(rel='alternate' href=profile.url type='text/html')
block content
div#me
each m in me
a(rel='me' href=`${m}`) #{m}
each m in me
link(rel='me' href=`${m}`)