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

* 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}`)