1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-21 03:19:09 +00:00

Fix guid in podcast.xml

This commit is contained in:
davegson 2019-09-13 18:31:24 +02:00
parent e63752b54e
commit aa722b79a1
3 changed files with 2 additions and 3 deletions

View file

@ -1,13 +1,12 @@
---
title: "#001 - How to fund a privacy oriented start up"
guid: safing_podcast_001
keywords: funding privacy startup
date: 2019-09-13
tags:
- startup
- funding
- privacy
podcast_link: /assets/mp3/001 - How to fund a privacy oriented start up.mp3
podcast_link: /assets/podcast/001-how-to-fund-a-privacy-oriented-start-up.mp3
podcast_file_size: 33.3 MB
podcast_duration: "34:42"
# actually byte size

View file

@ -56,7 +56,7 @@ layout: null
{% for category in ep.tags %}
<category><![CDATA[{{ category | cdata_escape }}]]></category>
{% endfor %}
<guid isPermaLink="{% if ep.podcast_guid %}false{% else %}true{% endif %}">{{ site.url }}{% if ep.podcast_guid %}/{{ ep.podcast_guid }}{% else %}{{ ep.url }}{% endif %}</guid>
<guid isPermaLink="true">{{ site.url }}{{ ep.podcast_link }}</guid>
<description>
<![CDATA[{{ ep.excerpt | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]>
</description>