- {% for album in site.albums %}
- {% if page.album == album.slug %}
-
-
- {% assign author_id = page.author | prepend: "/authors/" | append: "/" %}
- {% assign author = site.authors | where: "url", author_id | first %}
-
-
-
- Published the
-
-
-
- Share this page:
-
-
-
-
-
-{% endif %}{% endfor %}
-
+
+
+
-
{{ page.title }}
-
{{ page.description }}
+
{% for album in site.albums %}
{% if page.album == album.slug %}
{% assign onetracker = album.tracks | size %}
-
+
{{ page.title }}
+
{{ page.description }}
+
Track list
{% for track in album.tracks %}
@@ -85,6 +60,34 @@ layout: default
{% endif %}{% endfor %}
+ {% for album in site.albums %}
+ {% if page.album == album.slug %}
+
+
+
+ {% assign author_id = page.author | prepend: "/authors/" | append: "/" %}
+ {% assign author = site.authors | where: "url", author_id | first %}
+
+
+
+ Published the
+
+
+
+ Share this release:
+
+
+
+
+
+{% endif %}{% endfor %}
diff --git a/_sass/_player.scss b/_sass/_player.scss
index 060e557..09cf8a4 100644
--- a/_sass/_player.scss
+++ b/_sass/_player.scss
@@ -5,14 +5,20 @@
.album-player {
display: flex;
flex-wrap: wrap;
- padding: 80px 40px 0 40px;
- justify-content: space-evenly;
+ flex-direction: column-reverse;
+ padding: 0px 40px;
+ justify-content: space-around;
flex-direction: row-reverse;
align-items: center;
max-width: var(--max-width);
margin: auto;
+ flex: 1 1 auto;
> div {
margin: 20px 0;
+ flex: 1 0 300px;
+ }
+ .description {
+
}
}
@@ -26,6 +32,9 @@ audio {
max-width: 700px;
border-radius: 5px;
width: 100%;
+ .shadow {
+ text-shadow: 0px 0px 15px var(--accent1),0px 0px 15px var(--accent1),0px 0px 30px var(--accent1),0px 0px 45px var(--accent1);
+ }
}
#plwrap {
diff --git a/assets/css/colors-20201215.css b/assets/css/colors-20201225.css
similarity index 100%
rename from assets/css/colors-20201215.css
rename to assets/css/colors-20201225.css
diff --git a/assets/css/main-20201215.scss b/assets/css/main-20201225.scss
similarity index 100%
rename from assets/css/main-20201215.scss
rename to assets/css/main-20201225.scss
diff --git a/assets/css/noscripts-20201215.scss b/assets/css/noscripts-20201225.scss
similarity index 100%
rename from assets/css/noscripts-20201215.scss
rename to assets/css/noscripts-20201225.scss
diff --git a/assets/js/set-20201215.js b/assets/js/set-20201225.js
similarity index 100%
rename from assets/js/set-20201215.js
rename to assets/js/set-20201225.js
diff --git a/index.html b/index.html
index 9866e84..2a30ad5 100644
--- a/index.html
+++ b/index.html
@@ -121,9 +121,10 @@ apps:
{{ post.title }}
-
{% include forloop-dates.html %}
+
+
{% for tag in post.tags %}{{ tag }}{% endfor %} released {% include forloop-dates.html %}
{{ post.description }}
-
🔊 Listen
+
🔊 Listen