media url and category update
This commit is contained in:
parent
2f0ab293cf
commit
c9205d9138
8 changed files with 161 additions and 71 deletions
|
|
@ -10,6 +10,7 @@ url : https://paxnion.basspistol.com
|
||||||
banner: /siteicon.png
|
banner: /siteicon.png
|
||||||
icon: /siteicon.png
|
icon: /siteicon.png
|
||||||
logo: /siteicon.png
|
logo: /siteicon.png
|
||||||
|
mediaurl: https://media.basspistol.com/panix
|
||||||
|
|
||||||
author:
|
author:
|
||||||
name: pax:nion
|
name: pax:nion
|
||||||
|
|
@ -46,8 +47,8 @@ collections:
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
|
|
||||||
categories:
|
categories:
|
||||||
- release
|
- releases
|
||||||
- rambling
|
- ramblings
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
- changelog.md
|
- changelog.md
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,30 @@
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<!--
|
||||||
|
..............................................
|
||||||
|
..............................................
|
||||||
|
...........'';,...............................
|
||||||
|
.........'',,;:o:,............................
|
||||||
|
.......',;;::::::;;;,.........................
|
||||||
|
.....,;:ooooooooooo;,,''''....................
|
||||||
|
....,;ooooooooooooooo;,'..'''''...............
|
||||||
|
...,:ooooooooooooooooo;''......'''............
|
||||||
|
..,;:ooooooooooooooooo',,.........,'.......... _______ _ _ __
|
||||||
|
..,,;:,ooooo;;:ooo;o,:;,',.........;,''....... \____ \____ _____ __________ |_| ______/ |_ ___ | |
|
||||||
|
..,'..,,;:o,''.,;;'''..'';,,,,,,''',;'''...... | | _/\__ \/ __// __/\___ \| |/ __/\ _\/ \| |
|
||||||
|
..,'......':ooo:.......'';,'''''''',;,,,...... | | _/\__ \/ __// __/\___ \| |/ __/\ _\/ \| |
|
||||||
|
..,,.......,:o:'.......,'oooo:::::;:,.',;,.... | | _/\__ \/ __// __/\___ \| |/ __/\ _\/ \| |
|
||||||
|
..','.................',,..'',,,;;;;;;,.,:.... | | \ / _ \__ \ \__ \ | |_> > |\__ \ | | ( <> ) |__
|
||||||
|
...,,'...............',;oooooooooo:;;:,;oo,... |____ /(___ /___ >___ >| __/|_/____ > |_| \___/|____/
|
||||||
|
....,,'.............,,;ooooooooo;,..'',oooo,.. \/ \/ \/ \/ |_| \/
|
||||||
|
.....',,'........',,;ooo::;;,'........'oooo;..
|
||||||
|
.......'',,'''',,;;;,,'...............';;;'... All you saw was sound!
|
||||||
|
...........'''''..............................
|
||||||
|
..............................................
|
||||||
|
..............................................
|
||||||
|
..............................................
|
||||||
|
..............................................
|
||||||
|
-->
|
||||||
{% if page.collection == 'tracks' %}
|
{% if page.collection == 'tracks' %}
|
||||||
<!-- BEGIN seo.html -->
|
<!-- BEGIN seo.html -->
|
||||||
|
|
||||||
|
|
@ -6,7 +33,7 @@
|
||||||
<meta name="description" content="A track by {{ page.common.artist }} named "{{ page.common.title | strip_html }}" published on {{ site.title }}" />
|
<meta name="description" content="A track by {{ page.common.artist }} named "{{ page.common.title | strip_html }}" published on {{ site.title }}" />
|
||||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
<meta name="robots" content="index" />
|
<meta name="robots" content="index" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||||
<link rel="alternate" hreflang="x-default" href="{{ site.url }}{{ page.url }}" />
|
<link rel="alternate" hreflang="x-default" href="{{ site.url }}{{ page.url }}" />
|
||||||
<meta name="geo.region" content="{{ site.geo.region }}" />
|
<meta name="geo.region" content="{{ site.geo.region }}" />
|
||||||
|
|
@ -39,17 +66,17 @@
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
||||||
<meta property="og:site_name" content="{{ site.title }}" />
|
<meta property="og:site_name" content="{{ site.title }}" />
|
||||||
<meta property="og:type" content="music:album:track" />
|
<meta property="og:type" content="music:album:track" />
|
||||||
<meta property="og:audio" content="https://media.basspistol.com/panix/{{ page.slug }}.mp3" />
|
<meta property="og:audio" content="{{ site.mediaurl }}/{{ page.slug }}.mp3" />
|
||||||
<meta property="article:published_time" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
<meta property="article:published_time" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
<meta property="og:image" content="https://media.basspistol.com/panix/{{ page.slug }}.jpeg" />
|
<meta property="og:image" content="{{ site.mediaurl }}/{{ page.slug }}.jpeg" />
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:title" content="{{ page.common.title }} | {{ site.title }}" />
|
<meta name="twitter:title" content="{{ page.common.title }} | {{ site.title }}" />
|
||||||
<meta name="twitter:description" content="Listen and to a track by {{ page.common.artist | strip_html }} from the release "{{ page.common.album | strip_html }}" and support your remote artist!" />
|
<meta name="twitter:description" content="Listen and to a track by {{ page.common.artist | strip_html }} from the release "{{ page.common.album | strip_html }}" and support your remote artist!" />
|
||||||
<meta name="twitter:image" content="https://media.basspistol.com/panix/{{ page.slug }}.jpeg" />
|
<meta name="twitter:image" content="{{ site.mediaurl }}/{{ page.slug }}.jpeg" />
|
||||||
|
|
||||||
|
|
||||||
<!-- END seo.html -->
|
|
||||||
{% elsif page.collection == 'albums' %}
|
{% elsif page.collection == 'albums' %}
|
||||||
|
|
||||||
<!-- BEGIN seo.html -->
|
<!-- BEGIN seo.html -->
|
||||||
|
|
@ -61,7 +88,7 @@
|
||||||
<meta name="description" content="A release by {{ artist | uniq }} named "{{ page.name | strip_html }}" published on {{ site.title }}" />
|
<meta name="description" content="A release by {{ artist | uniq }} named "{{ page.name | strip_html }}" published on {{ site.title }}" />
|
||||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
<meta name="robots" content="index" />
|
<meta name="robots" content="index" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||||
<link rel="alternate" hreflang="x-default" href="{{ site.url }}{{ page.url }}" />
|
<link rel="alternate" hreflang="x-default" href="{{ site.url }}{{ page.url }}" />
|
||||||
<meta name="geo.region" content="{{ site.geo.region }}" />
|
<meta name="geo.region" content="{{ site.geo.region }}" />
|
||||||
|
|
@ -94,18 +121,18 @@
|
||||||
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
|
||||||
<meta property="og:site_name" content="{{ site.title }}" />
|
<meta property="og:site_name" content="{{ site.title }}" />
|
||||||
<meta property="og:type" content="music:album" />
|
<meta property="og:type" content="music:album" />
|
||||||
{% for track in page.tracks %}<meta property="og:audio" content="https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3" />
|
{% for track in page.tracks %}<meta property="og:audio" content="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<meta property="article:published_time" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
<meta property="article:published_time" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
<meta property="og:image" content="https://media.basspistol.com/panix/{{ page.tracks[0].slug }}.jpeg" />
|
<meta property="og:image" content="{{ site.mediaurl }}/{{ page.tracks[0].slug }}.jpeg" />
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:title" content="{{ page.name }} | {{ site.title }}" />
|
<meta name="twitter:title" content="{{ page.name }} | {{ site.title }}" />
|
||||||
<meta name="twitter:description" content="Listen and to a release by {{ artist | uniq }} named "{{ page.name | strip_html }}" and support your remote artist!" />
|
<meta name="twitter:description" content="Listen and to a release by {{ artist | uniq }} named "{{ page.name | strip_html }}" and support your remote artist!" />
|
||||||
<meta name="twitter:image" content="https://media.basspistol.com/panix/{{ page.tracks[0].slug }}.jpeg" />
|
<meta name="twitter:image" content="{{ site.mediaurl }}/{{ page.tracks[0].slug }}.jpeg" />
|
||||||
|
|
||||||
|
|
||||||
<!-- END seo.html -->
|
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
<!-- BEGIN seo.html -->
|
<!-- BEGIN seo.html -->
|
||||||
|
|
@ -115,7 +142,7 @@
|
||||||
<meta name="description" content="{{ page.description }}" />
|
<meta name="description" content="{{ page.description }}" />
|
||||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ page.last_modified_at | date_to_xmlschema }}" />
|
||||||
<meta name="robots" content="index" />
|
<meta name="robots" content="index" />
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
||||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
<link rel="canonical" href="{{ site.url }}{{ page.url }}" />
|
||||||
<link rel="alternate" hreflang="x-default" href="{{ site.url }}{{ page.url }}" />
|
<link rel="alternate" hreflang="x-default" href="{{ site.url }}{{ page.url }}" />
|
||||||
<meta name="geo.region" content="{{ site.geo.region }}" />
|
<meta name="geo.region" content="{{ site.geo.region }}" />
|
||||||
|
|
@ -157,5 +184,33 @@
|
||||||
<meta name="twitter:description" content="{{ page.description }}" />
|
<meta name="twitter:description" content="{{ page.description }}" />
|
||||||
<meta name="twitter:image" content="{{ site.url }}{{ page.image }}" />
|
<meta name="twitter:image" content="{{ site.url }}{{ page.image }}" />
|
||||||
|
|
||||||
<!-- END seo.html -->
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
|
|
||||||
|
<script type='application/ld+json'>
|
||||||
|
{
|
||||||
|
"@context": "http://www.schema.org",
|
||||||
|
"@type": "Organization",
|
||||||
|
"name": "{{ site.title }}",
|
||||||
|
"url": "{{ site.url }}",
|
||||||
|
"sameAs": [
|
||||||
|
{% for social in site.social.links %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||||
|
],
|
||||||
|
"logo": "{{ site.url }}/siteicon.png",
|
||||||
|
"image": "{{ site.url }}{{ page.image }}",
|
||||||
|
"description": "{{ site.description | strip_html }}",
|
||||||
|
"address": {
|
||||||
|
"@type": "PostalAddress",
|
||||||
|
"addressLocality": "{{ site.geo.town }}",
|
||||||
|
"addressRegion": "{{ site.geo.region }}",
|
||||||
|
"postalCode": "{{ site.geo.postalcode }}",
|
||||||
|
"addressCountry": "{{ site.geo.country }}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="{{ site.url}}/feed.xml" title="{{ site.title }}" />
|
||||||
|
<!-- END seo.html -->
|
||||||
|
|
@ -10,7 +10,7 @@ lang: en
|
||||||
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<link type="application/atom+xml" rel="alternate" href="{{ site.url }}/feed.xml" title="{{ site.name }}" />
|
|
||||||
{% include seo.html %}
|
{% include seo.html %}
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
@ -29,16 +29,18 @@ lang: en
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section
|
<section
|
||||||
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center"
|
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);">
|
style="min-height:100vh;">
|
||||||
<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>by <strong>{{ page.artists }}</strong>
|
||||||
|
<br />{{ page.date | date: '%Y' }}
|
||||||
|
</p>
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="#moe" class="button small smooth-scroll">cheggit!</a></li>
|
<li><a href="#moe" class="button small smooth-scroll">Cheggit!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="https://media.basspistol.com/panix/{{ page.slug }}/{{ page.tracks[0].trackSlug }}.jpeg" alt="{{ page.title }}" />
|
<img src="{{ site.mediaurl }}/{{ page.slug }}/{{ page.tracks[0].trackSlug }}.jpeg" alt="{{ page.title }}" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
|
|
@ -64,7 +66,7 @@ lang: en
|
||||||
</div>
|
</div>
|
||||||
<div id="audiowrap">
|
<div id="audiowrap">
|
||||||
<div id="audio0">
|
<div id="audio0">
|
||||||
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
<audio id="audio1" preload="metadata" controls="controls">Your browser does not support HTML5
|
||||||
Audio!</audio>
|
Audio!</audio>
|
||||||
</div>{% assign onetracker = page.tracks | size %}
|
</div>{% assign onetracker = page.tracks | size %}
|
||||||
{% if onetracker > 1 %}
|
{% if onetracker > 1 %}
|
||||||
|
|
@ -94,8 +96,8 @@ lang: en
|
||||||
|
|
||||||
<div class="plItem">
|
<div class="plItem">
|
||||||
<div class="plNum">{{ track.common.track.no }}.</div>
|
<div class="plNum">{{ track.common.track.no }}.</div>
|
||||||
<div class="plTitle"><a href="https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3">{{ track.common.title }} </a></div>
|
<div class="plTitle"><a href="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3" target="_blank" rel="noopener">{{ track.common.title }} </a></div>
|
||||||
<div class="plLength">{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}</div>
|
<div class="plLength">{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
@ -103,8 +105,11 @@ lang: en
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content" style="font-size: 16px;margin-top:60px;">
|
<div class="content" style="font-size: 16px;margin-top:60px;">
|
||||||
{{ content }}
|
{% for post in site.posts %}
|
||||||
<p>{{ page.credits }}</p>
|
{% if post.album == page.slug %}
|
||||||
|
{{ post.content }}
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -114,12 +119,12 @@ lang: en
|
||||||
|
|
||||||
|
|
||||||
<!-- HERE ENDS MADNESS -->
|
<!-- HERE ENDS MADNESS -->
|
||||||
|
{% include streamer.html %}
|
||||||
<section class="wrapper style1 align-center">
|
<section class="wrapper style1 align-center">
|
||||||
|
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h2>Track list</h2>
|
<h2>Track list</h2>
|
||||||
<p>Use thses pages to share one song in particulare</p>
|
<p>Use thses pages to share one song in particular</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
@ -132,7 +137,7 @@ lang: en
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h3>{{ track.common.title }}</h3>
|
<h3>{{ track.common.title }}</h3>
|
||||||
<p>
|
<p>
|
||||||
{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}
|
{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}
|
||||||
<br /><strong>{{ track.common.genre }}</strong>
|
<br /><strong>{{ track.common.genre }}</strong>
|
||||||
<br />{{ track.common.year }}</p>
|
<br />{{ track.common.year }}</p>
|
||||||
|
|
||||||
|
|
@ -141,13 +146,13 @@ lang: en
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}.jpeg" alt="{{ track.common.title }}" />
|
<img src="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.jpeg" alt="{{ track.common.title }}" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% include streamer.html %}
|
|
||||||
|
|
||||||
<section class="wrapper style1 align-center">
|
<section class="wrapper style1 align-center">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
@ -219,7 +224,7 @@ lang: en
|
||||||
"track": {{ track.common.track.no }},
|
"track": {{ track.common.track.no }},
|
||||||
"name": "{{ track.common.title }}",
|
"name": "{{ track.common.title }}",
|
||||||
"length": "{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}",
|
"length": "{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}",
|
||||||
"file": "https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}"
|
"file": "{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}"
|
||||||
}{% unless forloop.last %},{% endunless %}{% endfor %}],
|
}{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||||
trackCount = tracks.length,
|
trackCount = tracks.length,
|
||||||
npAction = $('#npAction'),
|
npAction = $('#npAction'),
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,9 @@
|
||||||
-->
|
-->
|
||||||
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
{% include seo.html %}
|
{% include seo.html %}
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<meta charset="utf-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
<link rel="stylesheet" href="{{ relBase }}/assets/css/main20200519.css" />
|
<link rel="stylesheet" href="{{ relBase }}/assets/css/main20200519.css" />
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
{% if page.category == 'release' %}
|
{% if page.category == 'releases' %}
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<!--
|
<!--
|
||||||
Based on _Story_ by html5up.net | @ajlkn
|
Based on _Story_ by html5up.net | @ajlkn
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<link type="application/atom+xml" rel="alternate" href="{{ site.url }}/feed.xml" title="{{ site.name }}" />
|
|
||||||
{% include seo.html %}
|
{% include seo.html %}
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
@ -29,12 +28,12 @@
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section
|
<section
|
||||||
class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center"
|
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);">
|
style="min-height:100vh;">
|
||||||
<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>
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="#moe" class="button small smooth-scroll">cheggit!</a></li>
|
<li><a href="#moe" class="button small smooth-scroll">Cheggit!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
|
|
@ -64,7 +63,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="audiowrap">
|
<div id="audiowrap">
|
||||||
<div id="audio0">
|
<div id="audio0">
|
||||||
<audio id="audio1" controls="controls">Your browser does not support HTML5
|
<audio id="audio1" preload="metadata" controls="controls">Your browser does not support HTML5
|
||||||
Audio!</audio>
|
Audio!</audio>
|
||||||
</div>{% assign onetracker = album.tracks | size %}
|
</div>{% assign onetracker = album.tracks | size %}
|
||||||
{% if onetracker > 1 %}
|
{% if onetracker > 1 %}
|
||||||
|
|
@ -94,23 +93,24 @@
|
||||||
|
|
||||||
<div class="plItem">
|
<div class="plItem">
|
||||||
<div class="plNum">{{ track.common.track.no }}.</div>
|
<div class="plNum">{{ track.common.track.no }}.</div>
|
||||||
<div class="plTitle"><a href="https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3">{{ track.common.title }} </a></div>
|
<div class="plTitle"><a href="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.mp3" target="_blank" rel="noopener">{{ track.common.title }} </a></div>
|
||||||
<div class="plLength">{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}</div>
|
<div class="plLength">{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content" style="font-size: 16px;margin-top:60px;">
|
<div class="content editable" style="font-size: 16px;margin-top:60px;">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<p>{{ page.credits }}</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
{% include streamer.html %}
|
||||||
<!-- Tracks -->
|
<!-- Tracks -->
|
||||||
{% for track in album.tracks %}
|
{% for track in album.tracks %}
|
||||||
|
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h3>{{ track.common.title }}</h3>
|
<h3>{{ track.common.title }}</h3>
|
||||||
<p>
|
<p>
|
||||||
{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}
|
{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}
|
||||||
<br /><strong>{{ track.common.genre }}</strong>
|
<br /><strong>{{ track.common.genre }}</strong>
|
||||||
<br />{{ track.common.year }}</p>
|
<br />{{ track.common.year }}</p>
|
||||||
|
|
||||||
|
|
@ -129,13 +129,12 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}.jpeg" alt="{{ track.common.title }}" />
|
<img src="{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}.jpeg" alt="{{ track.common.title }}" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% include streamer.html %}
|
|
||||||
<!-- END Tracks -->
|
<!-- END Tracks -->
|
||||||
|
|
||||||
{% break %} {% endif %} {% endfor %}
|
{% break %} {% endif %} {% endfor %}
|
||||||
|
|
@ -212,7 +211,7 @@
|
||||||
"track": {{ track.common.track.no }},
|
"track": {{ track.common.track.no }},
|
||||||
"name": "{{ track.common.title }}",
|
"name": "{{ track.common.title }}",
|
||||||
"length": "{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}",
|
"length": "{% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{{ round_seconds | minus: leftover_seconds }}",
|
||||||
"file": "https://media.basspistol.com/panix/{{ track.albumSlug }}/{{ track.trackSlug }}"
|
"file": "{{ site.mediaurl }}/{{ track.albumSlug }}/{{ track.trackSlug }}"
|
||||||
}{% unless forloop.last %},{% endunless %}{% endfor %}{% break %} {% endif %}{% endfor %}],
|
}{% unless forloop.last %},{% endunless %}{% endfor %}{% break %} {% endif %}{% endfor %}],
|
||||||
trackCount = tracks.length,
|
trackCount = tracks.length,
|
||||||
npAction = $('#npAction'),
|
npAction = $('#npAction'),
|
||||||
|
|
@ -300,7 +299,6 @@
|
||||||
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
<html lang="{% if page.lang != site.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<link type="application/atom+xml" rel="alternate" href="{{ site.url }}/feed.xml" title="{{ site.name }}" />
|
|
||||||
{% include seo.html %}
|
{% include seo.html %}
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
|
@ -319,11 +317,14 @@
|
||||||
<div id="wrapper" class="divided">
|
<div id="wrapper" class="divided">
|
||||||
|
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<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);">
|
<section class="banner onload-image-fade-in onload-content-fade-right style2 fullscreen content-align-center image-position-center" style="min-height:85vh;">
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
<p>{{ page.description }}</p>
|
<p>{{ page.description }}</p>
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="#post" class="button small smooth-scroll">cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="image">
|
<div class="image">
|
||||||
|
|
@ -336,15 +337,19 @@
|
||||||
|
|
||||||
<div class="index align-left">
|
<div class="index align-left">
|
||||||
<!-- Author -->
|
<!-- Author -->
|
||||||
<section>
|
<section id="post">
|
||||||
{% if page.url != '/cookies/' %}
|
{% if page.url != '/cookies/' %}
|
||||||
{% if page.url != '/webcreds/' %}
|
{% if page.url != '/webcreds/' %}
|
||||||
{% include author.html %}
|
{% include author.html %}
|
||||||
{% endif %}{% endif %}
|
{% endif %}{% endif %}
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="content">
|
<div class="content editable">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
{% if page.link != nil %}
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a href="{{ page.link }}?ref=ToSettoSettoSentMe" target="_blank" rel="noopener" class="button small">Cheggit!</a></li>
|
||||||
|
</ul>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -5,14 +5,16 @@ layout: default
|
||||||
{% include relBase.html %}
|
{% include relBase.html %}
|
||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section
|
<section
|
||||||
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('https://media.basspistol.com/panix/{{ page.slug }}.jpeg');background-size: cover; background-repeat: no-repeat;">
|
class="banner onload-image-fade-in onload-content-fade-right style3 fullscreen content-align-center image-position-center" style="background-image:url('{{ site.mediaurl }}/{{ page.slug }}.jpeg');background-size: cover; background-repeat: no-repeat;">
|
||||||
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;height:100%;background-color: rgba(13, 13 ,13, 0.85);"></div>
|
<div style="z-index:0;position:absolute; top:0; left:0; width:100%;min-height:100%;background-color: rgba(13, 13 ,13, 0.5);"></div>
|
||||||
<div class="content" style="z-index:1">
|
<div id="mainwrap" class="content" style="z-index:1">
|
||||||
<h1 style="margin-top:80px">{{ page.common.title }}</h1>
|
<h1 style="margin-top:80px">{{ page.common.title }}</h1>
|
||||||
|
<p><strong>{% for style in page.common.genre %}{{ style }}{% endfor %}</strong> by <strong>{{ page.common.artist }}</strong>
|
||||||
<p><strong><span id="tracktime"></span></strong><span id="{{ page.common.title | slugify | remove: '-' }}"></span></strong> <br />
|
<br />{{ page.common.year }}
|
||||||
Style: <strong>{% for style in page.common.genre %}{{ style }}{% endfor %}</strong>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p><strong><span id="tracktime"></span></strong><span id="{{ page.common.title | slugify | remove: '-' }}"></span></strong></p>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var {{ page.common.title | slugify | remove: '-' }}timestamp = {{ page.format.duration | round }};
|
var {{ page.common.title | slugify | remove: '-' }}timestamp = {{ page.format.duration | round }};
|
||||||
var {{ page.common.title | slugify | remove: '-' }}hours = Math.floor({{ page.common.title | slugify | remove: '-' }}timestamp / 60 / 60);
|
var {{ page.common.title | slugify | remove: '-' }}hours = Math.floor({{ page.common.title | slugify | remove: '-' }}timestamp / 60 / 60);
|
||||||
|
|
@ -22,18 +24,29 @@ layout: default
|
||||||
var theSpan = document.getElementById("{{ page.common.title | slugify | remove: '-' }}");
|
var theSpan = document.getElementById("{{ page.common.title | slugify | remove: '-' }}");
|
||||||
theSpan.innerHTML = {{ page.common.title | slugify | remove: '-' }}formatted;
|
theSpan.innerHTML = {{ page.common.title | slugify | remove: '-' }}formatted;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><button id="mu_pause" class="button icon solid fa-play">Play dat!</button></li>
|
<li><button id="mu_pause" class="button icon solid fa-play">Play dat!</button></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="noJSalbum" class="content" style="z-index:1">
|
||||||
|
<h1 style="margin-top:80px">{{ page.common.title }}</h1>
|
||||||
|
<p><strong>{% for style in page.common.genre %}{{ style }}{% endfor %}</strong> by <strong>{{ page.common.artist }}</strong>
|
||||||
|
<br />{{ page.common.year }}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p><strong>{% assign round_seconds = page.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}</strong></p>
|
||||||
|
|
||||||
|
<ul class="actions stacked">
|
||||||
|
<li><a class="button icon solid fa-play" target="_blank" rel="noopener" href="{{ site.mediaurl }}/{{ page.albumSlug }}/{{ page.trackSlug }}.mp3">Play dat!</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="https://media.basspistol.com/panix/{{ page.slug }}.jpeg" alt="{{ page.title }} logo" id="coverart" />
|
<img src="{{ site.mediaurl }}/{{ page.slug }}.jpeg" alt="{{ page.title }} logo" id="coverart" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% if page.all.UNSYNCEDLYRICS != nil %}
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<section class="wrapper style1 align-center">
|
<section class="wrapper style1 align-center">
|
||||||
<div class="inner" style="padding-top:40px">
|
<div class="inner" style="padding-top:40px">
|
||||||
|
|
@ -42,11 +55,20 @@ layout: default
|
||||||
{% include author.html %}
|
{% include author.html %}
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{% unless page.all.UNSYNCEDLYRICS == '' %}<h2>Lyrics</h2>{% endunless %}
|
{% if page.all.UNSYNCEDLYRICS and page.all.USLT %}
|
||||||
|
<p style="font-size:16px;">
|
||||||
|
{{ page.all.USLT.text | newline_to_br }}
|
||||||
|
</p>
|
||||||
|
{% elsif page.all.USLT and page.all.UNSYNCEDLYRICS == nil %}
|
||||||
|
<p style="font-size:16px;">
|
||||||
|
{{ page.all.USLT.text | newline_to_br }}
|
||||||
|
</p>
|
||||||
|
{% elsif page.all.UNSYNCEDLYRICS and page.all.USLT == nil %}
|
||||||
<p style="font-size:16px;">
|
<p style="font-size:16px;">
|
||||||
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
|
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
|
||||||
</p>
|
</p>
|
||||||
<p>credits:
|
{% endif %}
|
||||||
|
<p>
|
||||||
{{ page.all.Comment }}
|
{{ page.all.Comment }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -54,8 +76,11 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% for post in site.posts %}
|
||||||
|
{% if post.album == page.albumSlug %}
|
||||||
{% include streamer.html %}
|
{% include streamer.html %}
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
<!-- Page navigation -->
|
<!-- Page navigation -->
|
||||||
<section class="wrapper style1 align-center">
|
<section class="wrapper style1 align-center">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
@ -92,8 +117,8 @@ layout: default
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Audio player-->
|
<!-- Audio player-->
|
||||||
<audio autoplay preload="true" data-matomo-title="{{ page.common.title }}">
|
<audio autoplay preload="metadata" data-matomo-title="{{ page.common.title }}">
|
||||||
<source src="https://media.basspistol.com/panix/{{ page.slug }}.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
<source src="{{ site.mediaurl }}/{{ page.slug }}.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
<h1>Your browser isn't ready for so much hotness. Use the download-link instead.</h1>.
|
||||||
</audio>
|
</audio>
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
@ -112,7 +137,7 @@ layout: default
|
||||||
// only functional if "loop" is removed
|
// only functional if "loop" is removed
|
||||||
mu.pause();
|
mu.pause();
|
||||||
mu.currentTime = 0;
|
mu.currentTime = 0;
|
||||||
loadUrl("{{ relBase }}/{{ page.nextTrack.slug }}/"); return false;
|
loadUrl("{{ relBase }}/albums/{{ page.nextTrack.slug }}/"); return false;
|
||||||
});
|
});
|
||||||
mu.onplaying = function() {
|
mu.onplaying = function() {
|
||||||
pauseButton.innerHTML = "Pause";
|
pauseButton.innerHTML = "Pause";
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ date: 2018-12-11 00:00:00
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h1>{{ post.title }}</h1>
|
<h1>{{ post.title }}</h1>
|
||||||
<p>{{ post.description }}</p>
|
<p>{{ post.description }}</p>
|
||||||
{% if post.category == 'release' %}
|
{% if post.category == 'releases' %}
|
||||||
{% capture album_name -%}
|
{% capture album_name -%}
|
||||||
{{ post.album }}
|
{{ post.album }}
|
||||||
{%- endcapture %}
|
{%- endcapture %}
|
||||||
|
|
@ -75,7 +75,7 @@ date: 2018-12-11 00:00:00
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
|
|
||||||
<li><a href="{{ relBase }}{{ post.url }}"
|
<li><a href="{{ relBase }}{{ post.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 == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -101,7 +101,7 @@ date: 2018-12-11 00:00:00
|
||||||
{% for album in sorted %}
|
{% for album in sorted %}
|
||||||
<article>
|
<article>
|
||||||
<a href="{{ album.url }}" class="image">
|
<a href="{{ album.url }}" class="image">
|
||||||
<img src="https://media.basspistol.com/panix/{{ album.slug }}/{{ album.tracks[0].trackSlug }}.jpeg" alt="" /></a>
|
<img src="{{ site.mediaurl }}/{{ album.slug }}/{{ album.tracks[0].trackSlug }}.jpeg" alt="" /></a>
|
||||||
|
|
||||||
<div class="caption">
|
<div class="caption">
|
||||||
<h3>{{ album.title }}</h3>
|
<h3>{{ album.title }}</h3>
|
||||||
|
|
|
||||||
|
|
@ -59,13 +59,13 @@ image: /images/guillaume-techer-jm9p0mdpo6a-unsplash.jpg
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<ul class="actions stacked">
|
<ul class="actions stacked">
|
||||||
<li><a href="{{ album.url }}" class="button big wide {% if post.category == 'release' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
<li><a href="{{ album.url }}" class="button big wide {% if post.category == 'releases' %}icon solid fa-volume-up{% endif %}">Cheggid out</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="image">
|
<div class="image">
|
||||||
<img src="https://media.basspistol.com/panix/{{ album.slug }}/{{ album.tracks[0].trackSlug }}.jpeg" alt="{{ album.title }}" title="{{ album.title }}" />
|
<img src="{{ site.mediaurl }}/{{ album.slug }}/{{ album.tracks[0].trackSlug }}.jpeg" alt="{{ album.title }}" title="{{ album.title }}" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue