forked from ag_kommunikation/webseite
fix typo in HEAD
This commit is contained in:
parent
96ae26809c
commit
fd960dc7d4
@ -39,10 +39,10 @@ __ ____________________
|
|||||||
<meta name="description" content="{% block meta_description %}{% endblock %}">
|
<meta name="description" content="{% block meta_description %}{% endblock %}">
|
||||||
{#- OG Values
|
{#- OG Values
|
||||||
https://ogp.me/ #}
|
https://ogp.me/ #}
|
||||||
<meta property="og:title" content="{{ self.title() }}"> />
|
<meta property="og:title" content="{{ self.title() }}">
|
||||||
<meta property="og:description" content="{{ self.meta_description() }}"> />
|
<meta property="og:description" content="{{ self.meta_description() }}">
|
||||||
<meta property="og:url" content="{{ this | url(external=true) }}"> />
|
<meta property="og:url" content="{{ this | url(external=true) }}">
|
||||||
<meta property="og:image" content="{% block meta_image %}{{ '/images/og_unicorn.png'|asseturl }}{% endblock %}"> />
|
<meta property="og:image" content="{% block meta_image %}{{ '/images/og_unicorn.png'|asseturl }}{% endblock %}">
|
||||||
|
|
||||||
{% if '/css/reset.css'|asseturl is defined -%}
|
{% if '/css/reset.css'|asseturl is defined -%}
|
||||||
<link rel="stylesheet" href="{{ '/css/reset.css'|asseturl }}">
|
<link rel="stylesheet" href="{{ '/css/reset.css'|asseturl }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user