mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Fix guid in podcast.xml
This commit is contained in:
parent
e63752b54e
commit
aa722b79a1
3 changed files with 2 additions and 3 deletions
|
@ -1,13 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "#001 - How to fund a privacy oriented start up"
|
title: "#001 - How to fund a privacy oriented start up"
|
||||||
guid: safing_podcast_001
|
|
||||||
keywords: funding privacy startup
|
keywords: funding privacy startup
|
||||||
date: 2019-09-13
|
date: 2019-09-13
|
||||||
tags:
|
tags:
|
||||||
- startup
|
- startup
|
||||||
- funding
|
- funding
|
||||||
- privacy
|
- 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_file_size: 33.3 MB
|
||||||
podcast_duration: "34:42"
|
podcast_duration: "34:42"
|
||||||
# actually byte size
|
# actually byte size
|
||||||
|
|
|
@ -56,7 +56,7 @@ layout: null
|
||||||
{% for category in ep.tags %}
|
{% for category in ep.tags %}
|
||||||
<category><![CDATA[{{ category | cdata_escape }}]]></category>
|
<category><![CDATA[{{ category | cdata_escape }}]]></category>
|
||||||
{% endfor %}
|
{% 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>
|
<description>
|
||||||
<![CDATA[{{ ep.excerpt | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]>
|
<![CDATA[{{ ep.excerpt | strip_html | truncatewords: 50 | expand_urls: site.url | cdata_escape }}]]>
|
||||||
</description>
|
</description>
|
||||||
|
|
Loading…
Add table
Reference in a new issue