mirror of
https://github.com/safing/web
synced 2025-04-12 15:09:08 +00:00
Fix all page titles
This commit is contained in:
parent
2528ea37a9
commit
856d5474af
9 changed files with 21 additions and 7 deletions
|
@ -4,7 +4,19 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<meta name="author" content="{{ site.author }}">
|
||||
<title>{% if page.type == "podcast" %}The Safing Podcast {{ page.title }}{% elsif page.type == "post" %}Safing Blog: {{ page.title }}{% elsif page.title == "Safing" %}{{ page.title }}{% else %}Safing {{ page.title }}{% endif %}</title>
|
||||
<title>
|
||||
{% if page.type == "podcast" %}
|
||||
{% assign title_length = page.title | size %}
|
||||
{{ page.title | slice: 7, title_length }} - The Safing Podcast #{{ page.title | slice: 2, 2 }}
|
||||
{% elsif page.type == "video" %}
|
||||
{% assign title_length = page.title | size %}
|
||||
{{ page.title | slice: 7, title_length }} - Safing Update #{{ page.title | slice: 2, 2 }}
|
||||
{% elsif page.type == "post" %}
|
||||
{{ page.title }} - Safing Blog
|
||||
{% else %}
|
||||
{{ page.title }}
|
||||
{% endif %}
|
||||
</title>
|
||||
|
||||
<!-- Favicon and other icons (made with http://www.favicon-generator.org/) -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="{{ site.assets_url }}icons/apple-icon-57x57.png">
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: About Safing
|
||||
layout: page
|
||||
redirect_from:
|
||||
- /our-values/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: The Safing Blog
|
||||
title: Safing Blog
|
||||
layout: page
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page_container
|
||||
title: Contact
|
||||
title: Legal Disclosure - Impressum
|
||||
heading: Contact
|
||||
container_class: imprint
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: Safing
|
||||
title: Safing - Love Freedom
|
||||
---
|
||||
|
||||
{% include header.html %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Safing Team
|
||||
title: Safing Ownership
|
||||
layout: page
|
||||
---
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: Safing Portmaster
|
||||
redirect_from:
|
||||
- /technology/
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: The Safing Podcast
|
||||
title: Team Overview
|
||||
layout: page
|
||||
---
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Safing - Video Updates
|
||||
title: Safing Video Updates
|
||||
layout: page
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue