chore: Whitespace

This commit is contained in:
muli 2023-05-09 16:23:57 +02:00
parent a5314abf6b
commit c426b34e4c
2 changed files with 77 additions and 81 deletions

View File

@ -9,10 +9,8 @@
{%- endblock -%}
{% block body %}
<!-- Startpage content looop -->
{% for blk in this.section.blocks %}
{{ blk }}
{% endfor %}
<!-- Startpage content loop ende -->
{% endblock %}

View File

@ -18,7 +18,6 @@ __ ____________________
-->
<head>
{#-
Namensschema der CSS-Klassen nach BEM (Block Element Modifier,
http://getbem.com/naming/). Mit der Erweiterung, dass Modifier einzeln
mit Bindestrich angegeben werden. Also:
@ -37,8 +36,7 @@ __ ____________________
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>{% block title %}Werkkooperative der Technikfreundinnen eG{% endblock %} | WTF eG</title>
<meta name="description" content="{% block meta_description %}{% endblock %}">
{#- OG Values
https://ogp.me/ #}
{#- 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) }}">