Fix meta tags (#4918)
This commit is contained in:
parent
052f8b265d
commit
342e48ed77
24 changed files with 33 additions and 24 deletions
|
@ -26,6 +26,9 @@ block meta
|
|||
meta(name='twitter:card' content='summary')
|
||||
|
||||
// todo
|
||||
if user.host
|
||||
meta(name='robots' content='noindex')
|
||||
|
||||
if user.twitter
|
||||
meta(name='twitter:creator' content=`@${user.twitter.screenName}`)
|
||||
|
||||
|
|
|
@ -24,6 +24,9 @@ block meta
|
|||
|
||||
meta(name='twitter:card' content='summary')
|
||||
|
||||
if user.host
|
||||
meta(name='robots' content='noindex')
|
||||
|
||||
if profile.twitter
|
||||
meta(name='twitter:creator' content=`@${profile.twitter.screenName}`)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue