update icon
This commit is contained in:
parent
f337ed67db
commit
810821a97d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<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: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 %}
|
||||
|
|
Loading…
Reference in a new issue