diff --git a/_config.yml b/_config.yml
index f06f645..5ca4bc5 100644
--- a/_config.yml
+++ b/_config.yml
@@ -91,6 +91,7 @@ donations:
### Podcast
+podcast_itunes_url: https://podcasts.apple.com/podcast/id1480027286
podcast_feed_url: /podcast.xml
podcast_album_art: /assets/podcast/img/cover.jpg
podcast_owner: 'Safing'
diff --git a/_includes/new/footer.html b/_includes/new/footer.html
index 0ec1d03..384b3d9 100644
--- a/_includes/new/footer.html
+++ b/_includes/new/footer.html
@@ -10,9 +10,9 @@
Resources
@@ -41,4 +41,4 @@
- Safing © {{ site.time | date: '%Y' }}
-
+
\ No newline at end of file
diff --git a/_sass/_post.scss b/_sass/_post.scss
index 7bb022e..0634f45 100644
--- a/_sass/_post.scss
+++ b/_sass/_post.scss
@@ -116,3 +116,23 @@
}
}
}
+
+.pod-links{
+ text-align: center;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: -3rem;
+ margin-bottom: 8rem;
+}
+.pod-links ul{
+ display: inline-flex;
+}
+
+.pod-links li{
+ list-style-type: none;
+}
+
+.pod-links ul br{
+ padding-left: 1rem;
+ padding-right: 1rem;
+}
diff --git a/podcast/index.html b/podcast/index.html
index fad0080..2445647 100644
--- a/podcast/index.html
+++ b/podcast/index.html
@@ -2,6 +2,13 @@
title: The Safing Podcast
layout: page_column
---
+
{% assign sorted_podcasts = site.podcasts | reverse %}
@@ -26,4 +33,4 @@ layout: page_column
{% endfor %}
-
+
\ No newline at end of file