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; return;
} }
//TODO: remove. public test.
ctx.set('Debug-Serve', 'public, max-age=15');
await next(); await next();
}); });

View File

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