add better support CTA
This commit is contained in:
parent
1f2ff9ed57
commit
8f3ac203cc
|
@ -2,22 +2,22 @@
|
|||
url: https://shop.basspistol.com
|
||||
icon: fa-bandcamp
|
||||
download: true
|
||||
# - name: Spotify
|
||||
# url: https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/
|
||||
# icon: fa-spotify
|
||||
# download: false
|
||||
# - name: Apple Music
|
||||
# url: https://itunes.apple.com/us/artist/%E5%BE%92-setto-%E3%82%BB%E3%83%83%E3%83%88/1447055514
|
||||
# icon: fa-apple
|
||||
# download: false
|
||||
# - name: Google Play
|
||||
# url: https://play.google.com/store/music/artist/%E5%BE%92_setto_%E3%82%BB%E3%83%83%E3%83%88?id=Ayi4avjpfyinbrepzebpsvpjc5a
|
||||
# icon: fa-google-play
|
||||
# download: false
|
||||
# - name: Deezer
|
||||
# url: https://www.deezer.com/fr/artist/56004012
|
||||
# icon: fa-creative-commons-sampling
|
||||
# download: false
|
||||
- name: Spotify
|
||||
url: https://open.spotify.com/playlist/5daDKmJZ2aG54MzKO2FxLc
|
||||
icon: fa-spotify
|
||||
download: false
|
||||
- name: YouTube
|
||||
url: https://www.youtube.com/TheBasspistol
|
||||
icon: fa-youtube
|
||||
download: false
|
||||
- name: Soundcloud
|
||||
url: https://soundcloud.com/basspistol
|
||||
icon: fa-soundcloud
|
||||
download: false
|
||||
- name: Archive.org
|
||||
url: https://archive.org/details/basspistol
|
||||
icon: fa-creative-commons-sampling
|
||||
download: true
|
||||
# - name: Napster
|
||||
# url: https://us.napster.com/artist/-setto-
|
||||
# icon: fa-napster
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{% include streamer.html %}
|
||||
<!-- Footer -->
|
||||
<footer id="footer" class="wrapper style1 align-center">
|
||||
<div class="footflex">
|
||||
|
|
|
@ -97,26 +97,6 @@
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{% elsif page.collection == 'albums' %}
|
||||
|
||||
|
@ -174,7 +154,7 @@
|
|||
|
||||
{% else %}
|
||||
<h3 style="text-align: center;display: block;">Support {{ site.name }}</h3>
|
||||
<p>Pay for music here:</p>
|
||||
<p>Subsrcibe, like and follow!</p>
|
||||
<div class="streamer">
|
||||
{% for shop in site.data.stores %}
|
||||
{% if shop.download == true %}
|
||||
|
|
|
@ -142,9 +142,9 @@ logo_image: /siteicon.png
|
|||
|
||||
</script>
|
||||
<!-- End Radio -->
|
||||
{% include streamer.html %}
|
||||
<!-- Posts -->
|
||||
|
||||
|
||||
{% for post in site.posts limit: '2' %}
|
||||
|
||||
<section id="album{% increment var %}"
|
||||
|
|
Loading…
Reference in a new issue