setto.basspistol.com/discography.html

42 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2020-07-24 14:34:09 +02:00
---
title: Discography
subtitle: Discog
2020-07-27 12:29:49 +02:00
description: Collection of music releases published by 徒 setto セット over the years.
2020-07-24 14:34:09 +02:00
tags:
- discography
- releases
- music
- full-length
- albums
- EP
video_path:
2020-07-26 16:00:51 +02:00
image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg
2020-07-24 14:34:09 +02:00
---
2020-08-04 12:07:59 +02:00
{% include relBase.html %}
{% include header.html %}
2020-07-24 14:34:09 +02:00
2020-07-27 14:37:24 +02:00
{% assign sorted = site.posts | sort: 'date' | reverse %}
2020-08-04 12:07:59 +02:00
{% for post in sorted %}
{% if post.category == 'releases' %}
2021-01-07 11:37:41 +01:00
<section id="read" class="front-section">
2020-08-04 12:07:59 +02:00
2021-01-07 11:37:41 +01:00
<div style="background-image:url({{ post.image }})">
<p class="editor-link"><a href="cloudcannon:collections/_posts/{{ post.path }}" rel="nofollow"
class="btn"><strong>&#9998;</strong> Edit Post</a></p>
</div>
<div class="description">
<div class="container">
<h2>{{ post.title }}</h2>
<p><strong>{% for tag in post.tags %}{{ tag }}{% endfor %} released {% include forloop-dates.html %}</strong></p>
<p>{{ post.description }}</p>
<p><a href="{{ relBase }}{{ post.url }}" class="button">🔊 Listen</a></p>
2020-08-04 12:07:59 +02:00
2021-01-07 11:37:41 +01:00
</div>
</div>
2020-07-24 14:34:09 +02:00
</section>
2020-07-27 14:37:24 +02:00
{% endif %}
2021-01-07 11:37:41 +01:00
{% endfor %}