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/styles.css")
|
||||
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")
|
||||
-
|
||||
if(!user_preferences)
|
||||
|
|
Loading…
Reference in New Issue