Include podcast links in the summary

This commit is contained in:
davegson 2019-09-27 14:44:08 +02:00
parent 3fd01320e4
commit b99dcf11aa
3 changed files with 23 additions and 13 deletions

View file

@ -13,5 +13,11 @@ heading: "The Safing Podcast"
<div class="content"> <div class="content">
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }} {{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
{% if page.date %}
<h3>Description</h3>
{{ page.summary }}
{% endif %}
</div> </div>
</div> </div>

View file

@ -11,16 +11,18 @@ podcast_file_size: 33.3 MB
podcast_duration: "34:42" podcast_duration: "34:42"
# actually byte size # actually byte size
podcast_length: 33317116 podcast_length: 33317116
summary: "In this first episode, we introduce the podcast, talk about how start ups are funded in general and have a look at how governmental grants work. We also talk about our experience with grants and we drop news regarding the most recent one we applied for." summary: "
In this first episode, we introduce the podcast, talk about how start ups are funded in general and have a look at how governmental grants work. We also talk about our experience with grants and we drop news regarding the most recent one we applied for.
<h4>Links</h4>
- <a href='https://old.reddit.com/r/safing'>Participate in our community: r/safing</a><br/>
- <a href='https://safing.io/our-values/#ownership'>Ownership & Influences of Safing</a><br/>
- <a href='https://www.theverge.com/2019/2/11/18220960/amazon-eero-acquisition-announced'>Eero being bought by Amazon</a><br/>
"
hosts: hosts:
- davegson - davegson
- raphty - raphty
--- ---
{% include audio.html %} {% include audio.html %}
## Links
* [Ownership & Influences of Safing](https://safing.io/our-values/#ownership)
* [Eero being bought by Amazon](https://www.theverge.com/2019/2/11/18220960/amazon-eero-acquisition-announced)
* [Participate in our community](https://old.reddit.com/r/safing)

View file

@ -11,15 +11,17 @@ podcast_file_size: 27.8 MB
podcast_duration: "28:54" podcast_duration: "28:54"
# actually byte size # actually byte size
podcast_length: 27753244 podcast_length: 27753244
summary: "In the second episode we talk about a rather peculiar situation we were in for most of our journey and the challenges it brought along. We then go on to discuss how we came to a decision which shifted our company as a whole and how it will impact our future." summary: "
In the second episode we talk about a rather peculiar situation we were in for most of our journey and the challenges it brought along. We then go on to discuss how we came to a decision which shifted our company as a whole and how it will impact our future.
<h4>Links</h4>
- <a href='https://old.reddit.com/r/safing'>Participate in our community: r/safing</a><br/>
- <a href='https://safing.io/our-values/#ownership'>Ownership & Influences of Safing</a><br/>
"
hosts: hosts:
- davegson - davegson
- raphty - raphty
--- ---
{% include audio.html %} {% include audio.html %}
## Links
* [Participate in our community](https://old.reddit.com/r/safing)
* [Ownership & Influences of Safing](https://safing.io/our-values/#ownership)