mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-17 21:34:44 -04:00
Move common og: meta definitions to include files
This commit is contained in:
3
views/includes/meta_default.pug
Normal file
3
views/includes/meta_default.pug
Normal file
@@ -0,0 +1,3 @@
|
||||
meta(property='og:type', content='website')
|
||||
meta(name='twitter:card', content='summary')
|
||||
include meta_logo.pug
|
||||
1
views/includes/meta_description.pug
Normal file
1
views/includes/meta_description.pug
Normal file
@@ -0,0 +1 @@
|
||||
meta(property='og:description', content='Teddit is a free and open source alternative Reddit front-end focused on privacy. Teddit doesn\'t require you to have JavaScript enabled in your browser.')
|
||||
4
views/includes/meta_logo.pug
Normal file
4
views/includes/meta_logo.pug
Normal file
@@ -0,0 +1,4 @@
|
||||
meta(property='og:image', content='/logo512.png')
|
||||
meta(property='og:image:width', content='128')
|
||||
meta(property='og:image:height', content='128')
|
||||
meta(property='og:author_name', content='')
|
||||
Reference in New Issue
Block a user