mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 09:38:23 +00:00
fix
This commit is contained in:
parent
cf85cdab7a
commit
dd06701fc8
|
@ -6,7 +6,7 @@
|
||||||
<meta name="author" content="Edgar Luque" />
|
<meta name="author" content="Edgar Luque" />
|
||||||
{% block seo %}
|
{% block seo %}
|
||||||
<meta name="description" content="{{ config.description }}" />
|
<meta name="description" content="{{ config.description }}" />
|
||||||
<meta property="og:title" content="Home" />
|
<meta property="og:title" content="{{ config.title }}" />
|
||||||
<meta property="og:description" content="{{ config.description }}" />
|
<meta property="og:description" content="{{ config.description }}" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="twitter:title" content="{{ config.title }}" />
|
<meta property="twitter:title" content="{{ config.title }}" />
|
||||||
|
|
Loading…
Reference in a new issue