add ogg foo

This commit is contained in:
L3D 2019-05-05 17:06:26 +02:00 committed by L3D
parent cebbd703e3
commit 933d635401
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@
<link rel="import" href="{{ '/youtube-embed.html'|url }}"> {% endif %}
{% endblock %}{% endif %}
{% block title %}{{ this.title }}{% endblock %}
{% block expand_ogg_image %}"{% if this.xml_img %}{{ this.xml_img|url }}{% else %}{{ '/images/waffel.jpeg'|asseturl }}{% endif %}"{% endblock %}
{% block expand_description %}
<meta name="description" content="{%
if this.xml %}{{ this.xml }}{% else %}{%

View file

@ -5,6 +5,10 @@
<head>
<meta charset="utf-8">
<title>{% block title %}Startseite{% endblock %} - c3woc.de</title>
<meta property="og:title" content="{{ this.title }}"/>
<meta property="og:type" content="{{ this._path }}"/>
<meta property="og:image" content={% block expand_ogg_image
%}"{{ '/images/og-image.png'|asseturl }}"{% endblock %} />
<meta name="viewport" content="width=device-width, initial-scale=1" />{%
if '/css/main.min.css'|asseturl == empty and '/css/main.css'|asseturl == empty %}
<link rel="stylesheet" href="{{ '/css/font-awesome.min.css'|asseturl }}" />