mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
Revert "update pug description"
This reverts commit a79e5275fea7144a834f8faf39ec9b2680278c9b.
This commit is contained in:
parent
c6a633e1f0
commit
54607cd1e9
1 changed files with 5 additions and 4 deletions
|
@ -50,16 +50,17 @@ html
|
|||
= title || 'Calckey'
|
||||
|
||||
block desc
|
||||
meta(name='description' content= desc || '🌎 A open source, decentralized social media platform that\'s free forever 🚀')
|
||||
meta(name='description' content=desc || 'An 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 || '🌎 A open source, decentralized social media platform that\'s free forever 🚀')
|
||||
meta(property='og:image' content= img)
|
||||
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')
|
||||
|
||||
style
|
||||
include ../style.css
|
||||
|
|
Loading…
Reference in a new issue