mirror of
https://codeberg.org/teddit/teddit
synced 2025-02-18 05:00:37 +01:00
Add og:site_name meta tag to head.pug
This commit is contained in:
parent
9553b94cc0
commit
7ceb0e8b5d
@ -6,6 +6,7 @@ if(user_preferences.theme === 'sepia')
|
|||||||
link(rel="stylesheet", type="text/css", href="/css/sepia.css")
|
link(rel="stylesheet", type="text/css", href="/css/sepia.css")
|
||||||
link(rel="stylesheet", type="text/css", href="/css/styles.css")
|
link(rel="stylesheet", type="text/css", href="/css/styles.css")
|
||||||
link(rel="icon", type="image/png", sizes="32x32", href="/favicon.png")
|
link(rel="icon", type="image/png", sizes="32x32", href="/favicon.png")
|
||||||
|
meta(property='og:site_name', content='teddit')
|
||||||
meta(name="viewport", content="width=device-width, initial-scale=1.0")
|
meta(name="viewport", content="width=device-width, initial-scale=1.0")
|
||||||
-
|
-
|
||||||
if(!user_preferences)
|
if(!user_preferences)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user