Remove parent page title from title

This commit is contained in:
Tobias Reisinger 2021-07-28 01:41:56 +02:00
parent 2340b50f51
commit 0b27cb40e5
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
name: Reitanlage Oranienburg
version: 1.2.0
version: 1.2.1
description: Design der Reitanlage Oranienburg
icon: rebel
author:

View file

@ -4,7 +4,7 @@
<head>
{% block head %}
<meta charset="utf-8" />
<title>{% if header.title %}{{ header.title|e('html') }} | {% endif %}{% if page.parent and page.parent.title %}{{ page.parent.title|e('html') }} | {% endif %}{{ site.title|e('html') }}</title>
<title>{{ site.title|e('html') }}{% if header.title %} | {{ header.title|e('html') }}{% endif %}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">