update pug description

This commit is contained in:
cutestnekoaqua 2023-01-10 01:02:22 +01:00
parent e7065fd809
commit a79e5275fe
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0
2 changed files with 6 additions and 5 deletions

View file

@ -385,6 +385,8 @@ router.get('/notes/:note', async (ctx, next) => {
return;
}
//TODO: remove. public test.
ctx.set('Debug-Serve', 'public, max-age=15');
await next();
});

View file

@ -50,17 +50,16 @@ html
= title || 'Calckey'
block desc
meta(name='description' content=desc || 'An open source, decentralized social media platform that\'s free forever! 🚀')
meta(name='description' content= desc || '🌎 A open source, decentralized social media platform that\'s free forever 🚀')
block meta
if privateMode
meta(name='robots' content='noindex')
block og
meta(property='og:title' content=title || 'Calckey')
meta(property='og:description' content=desc || 'An open source, decentralized social media platform that\'s free forever! 🚀')
meta(property='og:image' content=img)
meta(property='og:image:alt' content=alt || 'Pfp')
meta(property='og:title' content= title || 'Calckey')
meta(property='og:description' content= desc || '🌎 A open source, decentralized social media platform that\'s free forever 🚀')
meta(property='og:image' content= img)
style
include ../style.css