Fix podcast titles

This commit is contained in:
davegson 2019-09-13 19:16:10 +02:00
parent 4ef83cc4af
commit 91e0a36003
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.description }}"> <meta name="description" content="{{ site.description }}">
<meta name="author" content="{{ site.author }}"> <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/) --> <!-- 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"> <link rel="apple-touch-icon" sizes="57x57" href="{{ site.assets_url }}icons/apple-icon-57x57.png">

View file

@ -1,4 +1,5 @@
--- ---
type: podcast
title: "#001 - How to fund a privacy oriented start up" title: "#001 - How to fund a privacy oriented start up"
keywords: funding privacy startup keywords: funding privacy startup
date: 2019-09-13 date: 2019-09-13