sitename, redundant rss link, redundant streamer and h2s

This commit is contained in:
Set Hallstrom 2020-07-27 14:51:25 +02:00
parent 58ccd3a4f3
commit ef1beb5036
8 changed files with 17 additions and 20 deletions

View file

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

View file

@ -1,6 +1,6 @@
<!-- Navigation -->
<div id="logo" class="logo">
<a href="/"><img width="100em" src="{{ site.icon }}" alt="{{ site.name }} Logo" /></a>
<a href="/"><img width="100em" src="{{ site.icon }}" alt="{{ site.title }} Logo" /></a>
&nbsp;&nbsp;&nbsp;<a href="#navbar" onclick="blurBody()" alt="Navigation Menu" title="Navigation Menu"><span class="icon solid fa-bars navmenu"></span></a>
</div>

View file

@ -210,5 +210,5 @@
{% endif %}
<link rel="alternate" type="application/rss+xml" href="{{ site.url}}/feed.xml" />
<link rel="alternate" type="application/rss+xml" href="{{ site.url}}/feed.xml" title="{{ site.title }}" />
<!-- END seo.html -->

View file

@ -3,7 +3,7 @@
{% if page.category == 'releases' %}
{% if page.check_this_if_cannot_be_bought == false %}
<h3 style="text-align: center;display: block;">Get this release</h3>
<h2 style="text-align: center;display: block;">Get this release</h2>
<div class="streamer">
{% for shop in page.stores %}
{% if shop.download == true %}
@ -25,7 +25,7 @@
{% else %}
<h3 style="text-align: center;display: block;">This release can't be bought</h3>
<h2 style="text-align: center;display: block;">This release can't be bought</h2>
<p>Stream, follow, like and subscribe!</p>
<div class="streamer">
{% for shop in site.data.stores %}
@ -34,7 +34,7 @@
{% endif %}
{% endfor %}
</div>
<h3 style="text-align: center;display: block;">&nbsp;</h3>
<h2 style="text-align: center;display: block;">&nbsp;</h2>
<div class="streamer">
{% for shop in site.data.stores %}
@ -53,7 +53,7 @@
{% if post.album == page.albumSlug %}
{% if post.check_this_if_cannot_be_bought == false %}
<h3 style="text-align: center;display: block;">Get this track</h3>
<h2 style="text-align: center;display: block;">Get this track</h2>
<div class="streamer">
{% for shop in post.stores %}
{% if shop.download == true %}
@ -74,7 +74,7 @@
</div>
{% else %}
<h3 style="text-align: center;display: block;">This track can't be bought</h3>
<h2 style="text-align: center;display: block;">This track can't be bought</h2>
<p>Stream, follow, like and subscribe!</p>
<div class="streamer">
{% for shop in site.data.stores %}
@ -83,7 +83,7 @@
{% endif %}
{% endfor %}
</div>
<h3 style="text-align: center;display: block;">&nbsp;</h3>
<h2 style="text-align: center;display: block;">&nbsp;</h2>
<div class="streamer">
{% for shop in site.data.stores %}
@ -106,7 +106,7 @@
{% if post.album == page.slug %}
{% if post.check_this_if_cannot_be_bought == false %}
<h3 style="text-align: center;display: block;">Get this album</h3>
<h2 style="text-align: center;display: block;">Get this album</h2>
<div class="streamer">
{% for shop in post.stores %}
{% if shop.download == true %}
@ -127,7 +127,7 @@
</div>
{% else %}
<h3 style="text-align: center;display: block;">This album can't be bought</h3>
<h2 style="text-align: center;display: block;">This album can't be bought</h2>
<p>Stream, follow, like and subscribe!</p>
<div class="streamer">
{% for shop in site.data.stores %}
@ -136,7 +136,7 @@
{% endif %}
{% endfor %}
</div>
<h3 style="text-align: center;display: block;">&nbsp;</h3>
<h2 style="text-align: center;display: block;">&nbsp;</h2>
<div class="streamer">
{% for shop in site.data.stores %}
@ -154,7 +154,7 @@
{% else %}
<h3 style="text-align: center;display: block;">Support {{ site.name }}</h3>
<h2 style="text-align: center;display: block;">Support {{ site.title }}</h2>
<p>Stream, follow, like and subscribe!</p>
<div class="streamer">
{% for shop in site.data.stores %}
@ -163,7 +163,7 @@
{% endif %}
{% endfor %}
</div>
<h3 style="text-align: center;display: block;">&nbsp;</h3>
<h2 style="text-align: center;display: block;">&nbsp;</h2>
<div class="streamer">
{% for shop in site.data.stores %}