171 lines
7.5 KiB
HTML
171 lines
7.5 KiB
HTML
|
{% include base.html %}
|
||
|
{% include asciisplash.html %}
|
||
|
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
|
||
|
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||
|
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
|
||
|
|
||
|
<!-- BEGIN rendered SEO Meta -->
|
||
|
|
||
|
<title>{{ page.name }} by {{ page.artists }} | {{ site.title }}</title>
|
||
|
|
||
|
<!-- Standard SEO -->
|
||
|
<meta name="title" content="{{ page.title }}">
|
||
|
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||
|
<meta name='robots' content='index'/>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||
|
<meta name="description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||
|
<meta name="generator" content="Jekyll" />
|
||
|
<link rel="canonical" href="{{ site.production_url }}{{ page.url }}" />
|
||
|
<link rel="alternate" href="{{ site.production_url }}{{ page.url }}" hreflang="x-default" />
|
||
|
<meta name="geo.region" content="CH-GE" />
|
||
|
<meta name="geo.placename" content="Geneva" />
|
||
|
<meta name="geo.position" content="46.204391;6.143158" />
|
||
|
<meta name="ICBM" content="46.204391, 6.143158" />
|
||
|
|
||
|
|
||
|
<!-- Dublin Core basic info -->
|
||
|
|
||
|
<meta name="dcterms.Identifier" content="{{ site.production_url }}" />
|
||
|
<meta name="dcterms.Format" content="text/html" />
|
||
|
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||
|
<meta name="dcterms.Language" content="en" />
|
||
|
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||
|
<meta name="dcterms.Type" content="text/html" />
|
||
|
<meta name="dcterms.Coverage" content="{{ site.production_url }}/" />
|
||
|
<meta name="dcterms.Rights" content="Copyleft ©{{ page.date | date: "%Y" }} {{ site.title }}." />
|
||
|
<meta name="dcterms.Title" content="{{ page.title }} by {{ page.artists }} | {{ site.title }}" />
|
||
|
<meta name="dcterms.Subject" content="{{ site.tagline }}" />
|
||
|
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||
|
<meta name="dcterms.Date" content="{{ site.time | date: "%Y-%m-%d" }}" />
|
||
|
<meta name="dcterms.Description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||
|
|
||
|
<!-- Facebook OpenGraph -->
|
||
|
|
||
|
<meta property="og:type" content="music.album" />
|
||
|
<meta property="og:locale" content="en_us" />
|
||
|
<meta property="og:url" content="{{ site.production_url }}/albums/{{ page.slug }}/" />
|
||
|
<meta property="og:audio" content="{{ site.production_url }}/albums/{{ page.slug }}/" />
|
||
|
<meta property="og:title" content="{{ page.title }} by {{ page.artists }} | {{ site.title }}" />
|
||
|
<meta property="og:description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||
|
<meta property="og:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||
|
<meta property="og:image:type" content="image/jpeg" />
|
||
|
<meta property="og:site_name" content="{{ site.title }}" />{% for track in page.tracks %}
|
||
|
<meta property="music:song" content="{{ site.production_url }}/tracks/{{ page.slug }}/{{ track.slug }}/" />{% endfor %}{% for track in page.tracks limit: 1 %}
|
||
|
<meta property="music:musician" content="https://musicbrainz.org/artist/{{ track.common.musicbrainz_albumartistid }}" />{% endfor %}
|
||
|
<meta property="music:release_date" content="{{ page.date | date_to_xmlschema }}" />
|
||
|
<!-- Twitter Card -->
|
||
|
|
||
|
<meta name="twitter:card" content="summary" />
|
||
|
<meta name="twitter:site" content="@bpist" />
|
||
|
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />
|
||
|
<meta name="twitter:description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||
|
<meta name="twitter:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||
|
|
||
|
|
||
|
<!-- Humans.txt authorship http://humanstxt.org -->
|
||
|
|
||
|
<link type="text/plain" rel="author" href="/humans.txt" />
|
||
|
|
||
|
<!-- Identity -->
|
||
|
|
||
|
<script type='application/ld+json'>
|
||
|
{
|
||
|
"@context": "http://www.schema.org",
|
||
|
"@type": "Organization",
|
||
|
"name": "{{ site.title }}",
|
||
|
"url": "{{ site.production_url }}",
|
||
|
"sameAs": [
|
||
|
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||
|
],
|
||
|
"logo": "{{ site.production_url }}{{ site.banner }}",
|
||
|
"image": "{{ site.production_url }}{{ site.banner }}",
|
||
|
"description": "{{ site.tagline }}",
|
||
|
"address": {
|
||
|
"@type": "PostalAddress",
|
||
|
"addressLocality": "Geneva",
|
||
|
"addressRegion": "Geneva",
|
||
|
"postalCode": "1201",
|
||
|
"addressCountry": "Switzerland"
|
||
|
},
|
||
|
"geo": {
|
||
|
"@type": "GeoCoordinates",
|
||
|
"latitude": "46.2073",
|
||
|
"longitude": "6.1559"
|
||
|
},
|
||
|
"hasMap": "https://osm.org/go/0CFtFcjU-?m="
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<!-- Release -->
|
||
|
|
||
|
<script type="application/ld+json">
|
||
|
{
|
||
|
"@context": "https://schema.org",
|
||
|
"@type": "MusicAlbum",{% for track in page.tracks limit: 1 %}
|
||
|
"@id": "https://musicbrainz.org/release-group/{{ track.transformed["ID3v2.4"].MUSICBRAINZ_RELEASEGROUPID }}",{% endfor %}
|
||
|
"name": "{{ page.title }}",
|
||
|
"url": "{{ site.production_url }}{{ page.url }}",{% for track in page.tracks limit: 1 %}
|
||
|
"image": "https://coverartarchive.org/release-group/{{ track.transformed["ID3v2.4"].MUSICBRAINZ_RELEASEGROUPID }}",{% endfor %}
|
||
|
"albumProductionType": "https://schema.org/StudioAlbum",
|
||
|
"albumReleaseType": "https://schema.org/AlbumRelease",
|
||
|
"genre": "rock",
|
||
|
"byArtist": {
|
||
|
"@type": "MusicGroup",
|
||
|
"name": "{{ page.artists }}",{% for track in page.tracks limit: 1 %}
|
||
|
"@id": "https://musicbrainz.org/artist/{{ track.common.musicbrainz_albumartistid }}"{% endfor %}
|
||
|
},
|
||
|
"albumRelease": {
|
||
|
"@type": "MusicRelease",
|
||
|
"name": "{{ page.title }}",{% for track in page.tracks limit: 1 %}
|
||
|
"@id": "https://musicbrainz.org/release/{{ track.common.musicbrainz_albumid }}"{% endfor %}
|
||
|
},
|
||
|
"track": {
|
||
|
"@type": "ItemList",
|
||
|
"numberOfItems": {{ page.trackCount }},
|
||
|
"itemListElement": [{% for track in page.tracks %}
|
||
|
{
|
||
|
"@type": "ListItem",
|
||
|
"position": {{ track.common.track.no }},
|
||
|
"item": {
|
||
|
"@type": "MusicRecording",
|
||
|
"name": "{{ track.common.title }}"
|
||
|
}
|
||
|
}{% unless forloop.last %},{% endunless %}{% endfor %}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<script type="application/ld+json">
|
||
|
{
|
||
|
"@context": "https://schema.org",
|
||
|
"@type": "MusicRelease",
|
||
|
"name": "{{ page.title }}",
|
||
|
"alternateName": "{{ page.title }}",
|
||
|
"musicReleaseFormat": "https://schema.org/DigitalFormat",
|
||
|
"duration": "{{ page.mbduration }}",
|
||
|
"inLanguage": "EN",
|
||
|
"recordLabel": {
|
||
|
"@type": "Organization",
|
||
|
"@id": "https://musicbrainz.org/label/{{ site.mblabel }}",
|
||
|
"name": "{{ site.title }}"
|
||
|
},{% for track in page.tracks limit: 1 %}
|
||
|
"catalogNumber": "{{ track.transformed["ID3v2.4"].CATALOGNUMBER }}",{% endfor %}
|
||
|
"releasedEvent": [
|
||
|
{
|
||
|
"@type": "PublicationEvent",
|
||
|
"startDate": "{{ page.date | date: "%Y-%m-%d" }}"
|
||
|
}
|
||
|
],
|
||
|
"producer": [
|
||
|
{
|
||
|
"@type": "Person",
|
||
|
"name": "{{ page.artists }}"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
</script>
|
||
|
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
|