Twitter card
This commit is contained in:
parent
2a3cee82bb
commit
15fbc277aa
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
||||||
{% include "_variables.html" %}
|
{% include "_variables.html" %}
|
||||||
<link rel="stylesheet" href="/normalize.css">
|
<link rel="stylesheet" href="/normalize.css">
|
||||||
<link rel="stylesheet" href="{{ get_url(path="juice.css") }}">
|
<link rel="stylesheet" href="{{ get_url(path="juice.css") }}">
|
||||||
|
<meta property="og:title" content="{{ section.title }}">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:image" content="{{ get_url(path=config.extra.juice_logo_path) }}">
|
||||||
|
<meta property="og:description" content="{{ config.description }}">
|
||||||
|
<meta property="og:site_name" content="{{ config.title }}">
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{% endblock head %}
|
{% endblock head %}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue