add better support CTA

This commit is contained in:
Set Hallstrom 2020-07-23 09:32:46 +02:00
parent 1f2ff9ed57
commit 8f3ac203cc
4 changed files with 19 additions and 38 deletions

View file

@ -2,22 +2,22 @@
url: https://shop.basspistol.com url: https://shop.basspistol.com
icon: fa-bandcamp icon: fa-bandcamp
download: true download: true
# - name: Spotify - name: Spotify
# url: https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/ url: https://open.spotify.com/playlist/5daDKmJZ2aG54MzKO2FxLc
# icon: fa-spotify icon: fa-spotify
# download: false download: false
# - name: Apple Music - name: YouTube
# url: https://itunes.apple.com/us/artist/%E5%BE%92-setto-%E3%82%BB%E3%83%83%E3%83%88/1447055514 url: https://www.youtube.com/TheBasspistol
# icon: fa-apple icon: fa-youtube
# download: false download: false
# - name: Google Play - name: Soundcloud
# url: https://play.google.com/store/music/artist/%E5%BE%92_setto_%E3%82%BB%E3%83%83%E3%83%88?id=Ayi4avjpfyinbrepzebpsvpjc5a url: https://soundcloud.com/basspistol
# icon: fa-google-play icon: fa-soundcloud
# download: false download: false
# - name: Deezer - name: Archive.org
# url: https://www.deezer.com/fr/artist/56004012 url: https://archive.org/details/basspistol
# icon: fa-creative-commons-sampling icon: fa-creative-commons-sampling
# download: false download: true
# - name: Napster # - name: Napster
# url: https://us.napster.com/artist/-setto- # url: https://us.napster.com/artist/-setto-
# icon: fa-napster # icon: fa-napster

View file

@ -1,3 +1,4 @@
{% include streamer.html %}
<!-- Footer --> <!-- Footer -->
<footer id="footer" class="wrapper style1 align-center"> <footer id="footer" class="wrapper style1 align-center">
<div class="footflex"> <div class="footflex">

View file

@ -97,26 +97,6 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% elsif page.collection == 'albums' %} {% elsif page.collection == 'albums' %}
@ -174,7 +154,7 @@
{% else %} {% else %}
<h3 style="text-align: center;display: block;">Support {{ site.name }}</h3> <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"> <div class="streamer">
{% for shop in site.data.stores %} {% for shop in site.data.stores %}
{% if shop.download == true %} {% if shop.download == true %}

View file

@ -142,9 +142,9 @@ logo_image: /siteicon.png
</script> </script>
<!-- End Radio --> <!-- End Radio -->
{% include streamer.html %}
<!-- Posts --> <!-- Posts -->
{% for post in site.posts limit: '2' %} {% for post in site.posts limit: '2' %}
<section id="album{% increment var %}" <section id="album{% increment var %}"