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>2018-03-06 19:20:51 +0300
committerMatt Stratton <matt.stratton@gmail.com>2018-03-06 19:20:51 +0300
commit0a2a07b24fce8efd0aa23187b0129a97651514f4 (patch)
tree5f99e925a8e8451240f783c52400dcc7781bcf30 /layouts/partials/sidebar.html
parent634b4f6977e4e1e042dd6c540bf5c6b051b8d329 (diff)
Fix type of “sticher” for “stitcher”
Fixes #154 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
Diffstat (limited to 'layouts/partials/sidebar.html')
-rw-r--r--layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 4e1dd37..1ae83c2 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -21,7 +21,7 @@
<a class="btn btn-default" href="{{ .Site.Params.google_play_subscribe }}"><i class="fab fa-google-play"></i>&nbsp;Google Play Music</a>
</div>
{{ end }}
- {{ with .Site.Params.sticher_subscribe }}
+ {{ with .Site.Params.stitcher_subscribe }}
<div class = "col-md-12 subscribe_buttons">
<a class="btn btn-default" href="{{ . }}"><i class="fa fa-podcast"></i>&nbsp;Stitcher</a>
</div>