We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059e477 commit 8a0ed4eCopy full SHA for 8a0ed4e
public/images/fb.png
96.5 KB
server/views/layouts/_head.jade
@@ -16,6 +16,11 @@ head
16
else
17
meta(name='viewport' content='width=device-width, initial-scale=1.0')
18
19
+ meta(property='og:site_name' content='JavaScript.com' )
20
+ meta(property='og:url' content='https://www.javascript.com' )
21
+ meta(property='og:description' content='Learn JavaScript and stay connected with the latest news created and curated by the JavaScript community.' )
22
+ meta(property='og:image' content='/images/fb.png' )
23
+
24
if pageTitle
25
title=pageTitle + ' - ' + 'JavaScript.com'
26
0 commit comments