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:
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"
|
||||
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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue