fix typo in HEAD

This commit is contained in:
L3D 2021-02-24 23:51:01 +01:00
parent 96ae26809c
commit fd960dc7d4
No known key found for this signature in database
GPG Key ID: CD08445BFF4313D1
1 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@ __ ____________________
<meta name="description" content="{% block meta_description %}{% endblock %}">
{#- OG Values
https://ogp.me/ #}
<meta property="og:title" content="{{ self.title() }}"> />
<meta property="og:description" content="{{ self.meta_description() }}"> />
<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:title" content="{{ self.title() }}">
<meta property="og:description" content="{{ self.meta_description() }}">
<meta property="og:url" content="{{ this | url(external=true) }}">
<meta property="og:image" content="{% block meta_image %}{{ '/images/og_unicorn.png'|asseturl }}{% endblock %}">
{% if '/css/reset.css'|asseturl is defined -%}
<link rel="stylesheet" href="{{ '/css/reset.css'|asseturl }}">