2019-04-01 23:16:35 +02:00
|
|
|
---
|
|
|
|
title: Discography
|
|
|
|
subtitle: Discog
|
|
|
|
description: 'Our collection of Creative Commons licensed releases. Open culture''s finest'
|
|
|
|
keywords: Discography, Releases, Music, Full-length, Albums, EP
|
2019-04-02 00:28:32 +02:00
|
|
|
video_path: /assets/vid/discogs.mp4
|
2019-04-02 00:34:34 +02:00
|
|
|
poster_image: /assets/vid/discogs.jpg
|
2019-04-01 23:16:35 +02:00
|
|
|
---
|
2019-02-28 17:06:17 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2019-12-16 12:12:57 +01:00
|
|
|
{% include relBase.html %}
|
2019-04-01 23:16:35 +02:00
|
|
|
{% include metahead.html %}
|
2019-11-05 15:18:23 +01:00
|
|
|
{% include matomo.html %}
|
2019-02-28 17:06:17 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-04-01 23:16:35 +02:00
|
|
|
{% include navmenu.html %}
|
2019-02-28 17:06:17 +01:00
|
|
|
<div id="content">
|
2019-04-01 23:16:35 +02:00
|
|
|
{% include videopageheader.html %}
|
2019-02-28 17:06:17 +01:00
|
|
|
<div class="fitter">
|
|
|
|
|
2019-04-01 23:16:35 +02:00
|
|
|
{% assign sorted = site.albums | reverse %}
|
|
|
|
{% for album in sorted %}
|
2019-02-28 17:06:17 +01:00
|
|
|
<div class="records">
|
2019-12-16 12:12:57 +01:00
|
|
|
<a href="{{ relBase }}/albums/{{ album.slug }}/">
|
|
|
|
<img class="recordthumbs" src="{{ relBase }}{{ album.cover }}" title="{{ album.name }}" alt="{{ album.name }}" />
|
2019-02-28 17:06:17 +01:00
|
|
|
</a>
|
|
|
|
</div>
|
2019-04-01 23:16:35 +02:00
|
|
|
{% endfor %}
|
|
|
|
{% include footer.html %}
|
2019-02-28 17:06:17 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|