Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <daniel.saunders@gmail.com>2021-07-09 11:02:09 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2021-07-09 11:02:09 +0300
commit33304da994a71ca330ab3b0a7d71695fcadcab29 (patch)
tree9a6b0f6d8e41e579b7b89af3bb61ced73d78405d
parent1909446a949b848d66a4a9fe56ec41c7b408b5d9 (diff)
-rw-r--r--layouts/sermons/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/sermons/list.html b/layouts/sermons/list.html
index e27e6bc..2a96c14 100644
--- a/layouts/sermons/list.html
+++ b/layouts/sermons/list.html
@@ -15,7 +15,7 @@
{{ end }}
{{ if (.Site.Params.Podcast.spotify ) }}
<li>
- <a href="{{ .Site.Params.Podcast.spotify }}" target="_blank"><i class="icon fab fa-spotify"><span class="label">Subscribe on Spotify</span></i>Subscribe in Spotify</a>
+ <a href="{{ .Site.Params.Podcast.spotify }}" target="_blank"><i class="icon fab fa-spotify"><span class="label">Subscribe on Spotify</span></i>Subscribe on Spotify</a>
</li>
{{ end }}
</ul>