Skip to content
Snippets Groups Projects
Commit 6516bd2a authored by MeiMei's avatar MeiMei Committed by syuilo
Browse files

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

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

* use link
parent 27d22f95
No related branches found
No related tags found
No related merge requests found
......@@ -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}`)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment