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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2020-12-23 00:14:17 +0300
committerGitHub <noreply@github.com>2020-12-23 00:14:17 +0300
commitdaf58ba49ff94436a05feae43ef6e325fb7035b9 (patch)
tree1f9f4c7cd6a0e2789d599c70034efdc63c6e31ca /layouts
parent3db321ad112b90636d30e0cb5ed587d0bd20219a (diff)
Update for Google Podcasts (#330)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/jumbotron.html2
-rw-r--r--layouts/partials/sidebar.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/jumbotron.html b/layouts/partials/jumbotron.html
index 65d07ab..d378804 100644
--- a/layouts/partials/jumbotron.html
+++ b/layouts/partials/jumbotron.html
@@ -45,7 +45,7 @@
{{ end }}
{{ if (isset .Site.Params "google_play_subscribe") }}
<div class = "d-flex p-2 subscribe_buttons col-md-auto">
- <a class="btn btn-default" href="{{ .Site.Params.google_play_subscribe }}"><i class="fab fa-google-play"></i>&nbsp;Google Play Music</a>
+ <a class="btn btn-default" href="{{ .Site.Params.google_play_subscribe }}"><i class="fab fa-google-play"></i>&nbsp;Google Podcasts</a>
</div>
{{ end }}
{{ with .Site.Params.stitcher_subscribe }}
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 9811755..904f704 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -32,7 +32,7 @@
{{ end }}
{{ if (isset .Site.Params "google_play_subscribe") }}
<div class = "col-md-12 subscribe_buttons">
- <a class="btn btn-default" href="{{ .Site.Params.google_play_subscribe }}"><i class="fab fa-google-play"></i>&nbsp;Google Play Music</a>
+ <a class="btn btn-default" href="{{ .Site.Params.google_play_subscribe }}"><i class="fab fa-google-play"></i>&nbsp;Google Podcasts</a>
</div>
{{ end }}
{{ with .Site.Params.stitcher_subscribe }}