mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Fix podcast titles
This commit is contained in:
parent
4ef83cc4af
commit
91e0a36003
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<meta name="author" content="{{ site.author }}">
|
||||
<title>{% if page.type == "post" %}Safing Blog: {{ page.title }}{% elsif page.title == "Safing" %}{{ page.title }}{% else %}Safing {{ page.title }}{% endif %}</title>
|
||||
<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>
|
||||
|
||||
<!-- 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 @@
|
|||
---
|
||||
type: podcast
|
||||
title: "#001 - How to fund a privacy oriented start up"
|
||||
keywords: funding privacy startup
|
||||
date: 2019-09-13
|
||||
|
|
Loading…
Add table
Reference in a new issue