Updated 2 files via CloudCannon

This commit is contained in:
Set Hallstrom 2020-07-06 11:25:36 +00:00 committed by CloudCannon
parent 16a13a236a
commit eb08025c59
2 changed files with 6 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -1,14 +1,11 @@
--- ---
title: pax:nion discog title: 'pax:nion discog'
description: The full catalog of pax:nion bangers description: 'The full catalog of pax:nion bangers'
image: image: /images/guillaume-techer-jm9p0mdpo6a-unsplash.jpg
--- ---
<!-- Banner --> <!-- Banner -->
<section <section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="height:100vh;background-color: rgba(13,13,13,0.85);">
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center"
style="height:100vh;background-color: rgba(13,13,13,0.85);">
<div class="content editable"> <div class="content editable">
<h1 class="editable">{{ page.title }}</h1> <h1 class="editable">{{ page.title }}</h1>
<p>{{ page.description }}</p> <p>{{ page.description }}</p>
@ -32,9 +29,7 @@ image:
{% for album in site.albums %} {% for album in site.albums %}
<section <section class="spotlight style4 orient-{% cycle 'left', 'right' %} content-align-left image-position-center onscroll-image-fade-in" {% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
class="spotlight style4 orient-{% cycle 'left', 'right' %} content-align-left image-position-center onscroll-image-fade-in"
{% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
<div class="content"> <div class="content">
<h1>{{ album.title }}</h1> <h1>{{ album.title }}</h1>
@ -63,8 +58,7 @@ image:
<br /> <br />
<ul class="actions stacked"> <ul class="actions stacked">
<li><a href="{{ album.url }}" <li><a href="{{ album.url }}" class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
</li> </li>
</ul> </ul>
</div> </div>