title fix
This commit is contained in:
parent
f84678f514
commit
8e6b4a40d1
|
@ -6,22 +6,28 @@
|
|||
</div>
|
||||
|
||||
|
||||
</header> {% unless page.collection == 'posts' %}
|
||||
</header>
|
||||
<section class="splash">
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="splash-logo">
|
||||
<div class="splash-logo" {% unless page.url == '/' %}style="display: none;"{% endunless %}>
|
||||
<img src="{{ site.logo }}" width="240px" alt="{{ site.title }} Logo" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
|
||||
<div {% unless page.url == '/' %}style="padding: 0;"{% endunless %}>
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% if page.category == 'releases' %}
|
||||
<h4>by <strong>{{ page.artist }}</strong></h4>
|
||||
{% endif %}
|
||||
{% unless page.category == 'releases' %}
|
||||
<p>{{ page.description }}</p>
|
||||
{% endunless %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
{% endunless %}
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,9 @@ layout: default
|
|||
|
||||
<section>
|
||||
<div class="album-player">
|
||||
|
||||
<!-- HERE BEGINS MADNESS -->
|
||||
|
||||
{% for album in site.albums %}
|
||||
{% if page.album == album.slug %}
|
||||
{% assign onetracker = album.tracks | size %}
|
||||
|
@ -299,7 +301,7 @@ layout: default
|
|||
|
||||
<section class="info" id="read">
|
||||
<div class="info-pages">
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{{ content }}
|
||||
{% if page.link %}
|
||||
<p><a href="{{ page.link }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">👀 Check it out!</a></p>
|
||||
|
|
Loading…
Reference in a new issue