mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-01 16:28:06 +09:00
update pug description
This commit is contained in:
parent
2e256eb138
commit
ecebdd5732
@ -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,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
|
||||
|
Loading…
Reference in New Issue
Block a user