title fix
This commit is contained in:
parent
f84678f514
commit
8e6b4a40d1
2 changed files with 15 additions and 7 deletions
|
|
@ -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 %}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue