update pug description
This commit is contained in:
parent
e7065fd809
commit
a79e5275fe
|
@ -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();
|
||||
});
|
||||
|
|
|
@ -50,7 +50,7 @@ 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
|
||||
|
@ -58,9 +58,8 @@ html
|
|||
|
||||
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:description' content= desc || '🌎 A open source, decentralized social media platform that\'s free forever 🚀')
|
||||
meta(property='og:image' content= img)
|
||||
meta(property='og:image:alt' content=alt || 'Pfp')
|
||||
|
||||
style
|
||||
include ../style.css
|
||||
|
|
Loading…
Reference in New Issue