mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-16 10:11:54 +01:00
0144408500
* wip * Update maps.ts * wip * wip * wip * wip * Update base.vue * wip * wip * wip * wip * Update link.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update privacy.vue * wip * wip * wip * wip * Update range.vue * wip * wip * wip * wip * Update profile.vue * wip * Update a.vue * Update index.vue * wip * Update sidebar.vue * wip * wip * Update account-info.vue * Update a.vue * wip * wip * Update sounds.vue * wip * wip * wip * wip * wip * wip * wip * wip * Update account-info.vue * Update account-info.vue * wip * wip * wip * Update d-persimmon.json5 * wip
33 lines
945 B
Text
33 lines
945 B
Text
extends ./base
|
|
|
|
block vars
|
|
- const user = page.user;
|
|
- const title = page.title;
|
|
- const url = `${config.url}/@${user.username}/${page.name}`;
|
|
|
|
block title
|
|
= `${title} | ${instanceName}`
|
|
|
|
block desc
|
|
meta(name='description' content= page.summary)
|
|
|
|
block og
|
|
meta(property='og:type' content='article')
|
|
meta(property='og:title' content= title)
|
|
meta(property='og:description' content= page.summary)
|
|
meta(property='og:url' content= url)
|
|
meta(property='og:image' content= page.eyeCatchingImage ? page.eyeCatchingImage.thumbnailUrl : user.avatarUrl)
|
|
|
|
block meta
|
|
if profile.noCrawle
|
|
meta(name='robots' content='noindex')
|
|
|
|
meta(name='misskey:user-username' content=user.username)
|
|
meta(name='misskey:user-id' content=user.id)
|
|
meta(name='misskey:page-id' content=page.id)
|
|
|
|
meta(name='twitter:card' content='summary')
|
|
|
|
// todo
|
|
if user.twitter
|
|
meta(name='twitter:creator' content=`@${user.twitter.screenName}`)
|