Skip to content

Commit d14dcb6

Browse files
committed
Add og image for social media share. Add url to config.
1 parent 341b003 commit d14dcb6

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

‎_config.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
1616
title: Cluj JavaScripters
17+
url: http://cluj-javascripters.github.io
1718
# email: your-email@domain.com
1819
description: > # this means to ignore newlines until "baseurl:"
1920
Cluj JavaScripters is the best JS community evah!

‎_layouts/default.html‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
<meta property="og:title" content="{{ site.title }}" />
1414
<meta property="og:description" content="{{ site.description }}" />
15-
<meta property="og:image" content="favicon-32x32.png" />
15+
<meta property="og:image" content="{{ site.url }}/favicon-1200x835.png"/>
16+
<meta property="og:type" content="website"/>
17+
<meta property="og:url" content="{{ site.url }}"/>
18+
<meta name="theme-color" content="#fefefe">
1619

1720
<meta name="HandheldFriendly" content="True" />
1821
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

‎favicon-1200x835.png‎

56.4 KB
Loading

‎img/cluJSers-logo-black-big.png‎

118 KB
Loading

‎img/cluJSers-logo-black.png‎

-617 Bytes
Loading

0 commit comments

Comments
 (0)