Twitter card
This commit is contained in:
parent
a4d1ba5549
commit
f337ed67db
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://dns-witch.eu.org"
|
base_url = "https://dns-witch.eu.org"
|
||||||
title = "DNS Witch Collective"
|
title = "DNS Witch Collective"
|
||||||
|
description = "DNS Witch est un collectif de bénévoles souhaitant rendre accessibles des services liés à Internet."
|
||||||
|
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
|
@ -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="{{ config.base_url }}{{ 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