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>2017-04-24 07:23:36 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-04-24 07:23:36 +0300
commit0cfbb1ce4748e3009beac4f5099860d281272c12 (patch)
tree35c4a7e6acc62105ba63546b22db7511f6abefdf /layouts/partials
parente8d1cb37eb6cb11a2d006bc3e9f13e654fa8eabf (diff)
Switch to audio-js from bootstrap3 player
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer_scripts.html1
-rw-r--r--layouts/partials/head_includes.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html
index 07bbf5e..ebf9cbb 100644
--- a/layouts/partials/footer_scripts.html
+++ b/layouts/partials/footer_scripts.html
@@ -1,5 +1,4 @@
<script src="{{ .Site.BaseURL }}js/castanet-min.js"></script>
-<script src="{{ .Site.BaseURL }}js/bootstrap3_player.js"></script>
<script>
$("#share").jsSocials({
shares: ["facebook", "linkedin", "pinterest",
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 64e61ce..4ed73dc 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -3,7 +3,6 @@
{{ else }}
<link href="{{ .Site.BaseURL }}css/orange.css" rel="stylesheet">
{{ end }}
-<link href="{{ .Site.BaseURL }}css/bootstrap3_player.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato|Raleway" rel="stylesheet">
<!-- Custom CSS -->
{{ range .Site.Params.custom_css }}