Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
🤦
  • Loading branch information
CheapNightbot committed Nov 15, 2024
1 parent dee424a commit 61e17c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h3>
<!-- Deezer Music -->
{% if deezer == None %}
<a class="music-link" href="#deezer" title="Deezer">
{% elif spotify %}
{% elif deezer %}
<a class="music-link" href="{{ deezer }}" target="_blank" title="Deezer">
{% else %}
<a class="music-link" href="#deezer" title="Deezer">
Expand All @@ -94,7 +94,7 @@ <h3>
<!-- iTunes Store -->
{% if itunes == None %}
<a class="music-link" href="#itunes" title="iTunes">
{% elif spotify %}
{% elif itunes %}
<a class="music-link" href="{{ itunes }}" target="_blank" title="iTunes">
{% else %}
<a class="music-link" href="#itunes" title="iTunes">
Expand Down

0 comments on commit 61e17c2

Please sign in to comment.