Merge pull request #11 from Basspistol/content
This commit is contained in:
commit
167f5744b6
|
@ -6,7 +6,7 @@ tags: [oriental, arabic, kurdish, persian, dabke, maghreb, article]
|
|||
layout: link
|
||||
description: 'Oriental music and the 1001 unreadable superhits'
|
||||
uid: '1001dabkedeliciousness'
|
||||
cover: 'clr.jpg'
|
||||
image: 'clr.jpg'
|
||||
download: ''
|
||||
link: 'https://youtu.be/TmAvt5p6f8g'
|
||||
author: set
|
||||
|
|
|
@ -52,13 +52,13 @@
|
|||
<meta property="og:url" content="{{ site.production_url }}" />
|
||||
<meta property="og:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta property="og:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta property="og:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.cover == null %}
|
||||
<meta property="og:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.image == null %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/vid/{{ page.poster }}" />{% elsif page.poster == null %}
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ site.banner }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:image:width" content="1024" />
|
||||
<meta property="og:image:height" content="1024" /> {% else %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/vid/{{ page.cover }}" />{% endif %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/vid/{{ page.image }}" />{% endif %}
|
||||
<meta property="og:site_name" content="{{ site.title }}" />
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}<meta property="og:see_also" content="{{ social }}" />
|
||||
{% endfor %}
|
||||
|
@ -70,7 +70,7 @@
|
|||
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta name="twitter:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="twitter:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.category == "discog" %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.cover }}" />{% else %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.image }}" />{% else %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ site.banner }}" />{% endif %}
|
||||
|
||||
|
||||
|
@ -166,7 +166,7 @@
|
|||
{% if page.description == null %}"description": "{{ site.tagline | strip_html }}",{% else %}"description": "{{ page.description | strip_html }}",{% endif %}
|
||||
"image": {
|
||||
"@type": "ImageObject", {% if page.category == "discog" %}
|
||||
"url": "{{ site.production_url }}/assets/img/thumb/{{ page.cover }}"{% else %}
|
||||
"url": "{{ site.production_url }}/assets/img/thumb/{{ page.image }}"{% else %}
|
||||
"url": "{{ site.production_url }}{{ site.banner }}",
|
||||
"width": "1024",
|
||||
"height": "1024"{% endif %}
|
||||
|
|
|
@ -54,9 +54,9 @@
|
|||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta property="og:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta property="og:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.cover == null %}
|
||||
<meta property="og:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.image == null %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/vid/{{ page.poster }}" />{% elsif page.category == "highlights" %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.cover }}" />{% else %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.image }}" />{% else %}
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ site.banner }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:image:width" content="1024" />
|
||||
|
@ -71,9 +71,9 @@
|
|||
<meta name="twitter:site" content="@bpist" />
|
||||
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta name="twitter:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="twitter:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.cover == null %}
|
||||
<meta name="twitter:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.image == null %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/vid/{{ page.poster }}" />{% elsif page.category == "highlights" %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.cover }}" />{% else %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.image }}" />{% else %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ site.banner }}" />{% endif %}
|
||||
|
||||
|
||||
|
@ -168,9 +168,9 @@
|
|||
"name": "{{ page.title }} | {{ site.title }}",
|
||||
{% if page.description == null %}"description": "{{ site.tagline | strip_html }}",{% else %}"description": "{{ page.description | strip_html }}",{% endif %}
|
||||
"image": {
|
||||
"@type": "ImageObject", {% if page.cover == null %}
|
||||
"@type": "ImageObject", {% if page.image == null %}
|
||||
"url": "{{ site.production_url }}/assets/vid/{{ page.poster }}"{% elsif page.category == "highlights" %}
|
||||
"url": "{{ site.production_url }}/assets/img/thumb/{{ page.cover }}"{% else %}
|
||||
"url": "{{ site.production_url }}/assets/img/thumb/{{ page.image }}"{% else %}
|
||||
"url": "{{ site.production_url }}{{ site.banner }}",
|
||||
"width": "1024",
|
||||
"height": "1024"{% endif %}
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
<div id="headline"><h1>~/hi-light</h1></div>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkhead" style="background-image:url('{{ base }}/assets/img/{{ page.cover }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkheadthumb" style="background-image:url('{{ base }}/assets/img/{{ page.cover }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkhead" style="background-image:url('{{ base }}/assets/img/{{ page.image }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkheadthumb" style="background-image:url('{{ base }}/assets/img/{{ page.image }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<div class="fitter">
|
||||
<div class="articles-pargraph">
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
<div id="headline"><h1>~/hi-light</h1></div>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkhead" style="background-image:url('{{ base }}/assets/img/{{ page.cover }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkheadthumb" style="background-image:url('{{ base }}/assets/img/{{ page.cover }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkhead" style="background-image:url('{{ base }}/assets/img/{{ page.image }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkheadthumb" style="background-image:url('{{ base }}/assets/img/{{ page.image }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<div class="fitter">
|
||||
<div class="articles-pargraph">
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
|
|
@ -6,7 +6,7 @@ layout: link
|
|||
tags: [internal, albums, download]
|
||||
description: 'Psykedelisk Pop, by reSet Sakrecoer is the journey of a boyish Piaf on a pounding kick-ride.'
|
||||
uid: 'BPIST001'
|
||||
cover: 'PsykedeliskPopFront.jpg'
|
||||
image: 'PsykedeliskPopFront.jpg'
|
||||
download: 'https://archive.org/download/BPIST001/BPIST001_archive.torrent'
|
||||
link: 'https://basspistol.com/albums/psykedelisk-pop/'
|
||||
permalink: /records/psykedelisk-pop/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
description: 'Musical Tourism by SYNAPSET was recorded over a week in April 2010 by Synapskollaps and reSet Sakrecoer.'
|
||||
cover: 'Synapset-MusicalTourism_Fro.jpg'
|
||||
image: 'Synapset-MusicalTourism_Fro.jpg'
|
||||
title: Musical Tourism
|
||||
artist: synapset
|
||||
category: highlights
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [internal, albums, download]
|
|||
layout: link
|
||||
description: 'Kick N Base Made In Barcelona by Holyhertz is a collaborative conception between infamous musicians Dr. Tikov and reSet Sakrecoer'
|
||||
uid: BPIST003
|
||||
cover: 'holyhertzcover.jpg'
|
||||
image: 'holyhertzcover.jpg'
|
||||
download: 'https://archive.org/download/BPIST003/BPIST003_archive.torrent'
|
||||
link: 'https://basspistol.com/albums/kick-n-base-made-in-barcelona/'
|
||||
permalink: /records/kicknbase-made-barcelona/
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [video, internal]
|
|||
layout: link
|
||||
description: ''
|
||||
uid: 'travel3'
|
||||
cover: 'travel3.jpg'
|
||||
image: 'travel3.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V005'
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ category: highlights
|
|||
artist: tikov
|
||||
uid: BPIST005
|
||||
permalink: /records/headcleaner-dr-tikov/
|
||||
cover: DrTikov_Headcleaner.jpg
|
||||
image: DrTikov_Headcleaner.jpg
|
||||
download: https://archive.org/download/BPIST005/BPIST005_archive.torrent
|
||||
link: 'https://basspistol.com/albums/headcleaner/'
|
||||
description: 'Headcleaner by Dr. Tikov. A tasteful and minimalistic opus of dubish Russian techno, made in Barcelona.'
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [internal, albums, download]
|
|||
layout: link
|
||||
description: The House Of Set, Recorded in an itinerant studio by Simio Sakrecoer
|
||||
uid: BPIST007
|
||||
cover: 'templeofSetCoverART_INV.png'
|
||||
image: 'templeofSetCoverART_INV.png'
|
||||
download: 'https://archive.org/download/BPIST007/BPIST007_archive.torrent'
|
||||
link: 'https://basspistol.com/albums/the-house-of-set/'
|
||||
permalink: /records/house-set/
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [video, internal]
|
|||
layout: link
|
||||
description: 'I''m waiting for better times. I''m laying home in the sofa and waiting for better times. Why should i wait here? I can do something better with my life!'
|
||||
uid: 'battretider'
|
||||
cover: 'battretider.jpg'
|
||||
image: 'battretider.jpg'
|
||||
link: 'https://archive.org/details/BPIST-V004'
|
||||
---
|
||||
I'm waiting for better times
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [internal, albums, download]
|
|||
layout: link
|
||||
description: 'Dust And Soda is radical disco by young Mexican producer, Franky Fresco.'
|
||||
uid: BPIST011
|
||||
cover: 'DustAndSoda.jpg'
|
||||
image: 'DustAndSoda.jpg'
|
||||
download: https://archive.org/download/BPIST011/BPIST011_archive.torrent
|
||||
link: 'https://basspistol.com/albums/dust-and-soda/'
|
||||
permalink: /records/dust-and-soda/
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [internal, albums, download]
|
|||
layout: link
|
||||
description: 'Enter this cybernetic opus of oblivion and computer aided overstanding, grown somewhere beyond the laws of physics.'
|
||||
uid: BPIST013
|
||||
cover: 'TFB-OTK.png'
|
||||
image: 'TFB-OTK.png'
|
||||
download: 'https://archive.org/download/BPIST013/BPIST013_archive.torrent'
|
||||
link: 'https://basspistol.com/albums/tfb-otk/'
|
||||
permalink: /records/tfb-otk/
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [video, internal]
|
|||
layout: link
|
||||
description: 'In a dystopian future, will The Fraglebay survive on their 2billion project?'
|
||||
uid: '2biljonprojekt'
|
||||
cover: '2biljon.jpg'
|
||||
image: '2biljon.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V003'
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [video, internal]
|
|||
layout: link
|
||||
description: 'ROM THE ALBUM "DUST AND SODA"'
|
||||
uid: 'goldenbank'
|
||||
cover: 'goldenbank.jpg'
|
||||
image: 'goldenbank.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V001'
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [video, music, internal]
|
|||
layout: link
|
||||
description: 'Papi Crapy staring in a Sakrecoer video'
|
||||
uid: 'kalsongsalong'
|
||||
cover: 'kalsongsalong.jpg'
|
||||
image: 'kalsongsalong.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V002'
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [video, internal]
|
|||
layout: link
|
||||
description: 'PinGNU is a cybersoul banger of rank; a weird and wonderful mix between autotuned R''n''B, boombass and dope geekery. Blurring the lines of cooldom and cuteness, this track is a triptych love song addressed to all the FLOSS coder out there, in the Name of the GNU, The Pingu, and the Holy User.'
|
||||
uid: 'pingnu'
|
||||
cover: 'pingnu.jpg'
|
||||
image: 'pingnu.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V007'
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [hackers, coding, nerdcore]
|
|||
layout: link
|
||||
description: 'Music for Hacking. The DEF CON Year-Round Channel. DEF CON is one of the world''s largest annual hacker conventions, held every year in Las Vegas, Nevada. Since 2013, SomaFM has provided the music for the DEF CON Chill room.'
|
||||
uid: 'defconradio'
|
||||
cover: 'dcsite-bg-ret.jpg'
|
||||
image: 'dcsite-bg-ret.jpg'
|
||||
download: ''
|
||||
link: 'https://somafm.com/defcon/index.html'
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [g-funk, summer, mix]
|
|||
layout: link
|
||||
description: '100% Vinyl mix of G-Funk'
|
||||
uid: 'gmixsummer'
|
||||
cover: 'cricket.summer.jpg'
|
||||
image: 'cricket.summer.jpg'
|
||||
download: ''
|
||||
link: 'https://soundcloud.com/alexandrebertrand-1/dj-criket-g-funk-summer-mix-2018-100-vinyl'
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [fredagsbas, house, deep]
|
|||
layout: link
|
||||
description: 'An extremly lively piece of music for being an abiotism.'
|
||||
uid: 'somdiskoabiotism'
|
||||
cover: 'abiotism.jpg'
|
||||
image: 'abiotism.jpg'
|
||||
download: ''
|
||||
link: 'https://soundcloud.com/disko-som-disco/abiotism'
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [girlpower, video, oriental]
|
|||
layout: link
|
||||
description: 'A WA is a band formed by 3 sisters who combine Yemenite folk singing with electronic dance music.'
|
||||
uid: 'awagalbi'
|
||||
cover: 'awgalbi.jpg'
|
||||
image: 'awgalbi.jpg'
|
||||
download: ''
|
||||
link: 'https://youtu.be/g3bjZlmsb4A'
|
||||
---
|
||||
|
|
|
@ -7,7 +7,7 @@ tags: [article, release, internal, log]
|
|||
layout: article
|
||||
description: 'Music is not a number. Software versioning is. It''s time to bringing back cultural diversity to the interwebs. '
|
||||
uid: 'newerabpist'
|
||||
cover: 'newera.jpg'
|
||||
image: 'newera.jpg'
|
||||
download: ''
|
||||
link: ''
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [video, ekipz, rap, chille]
|
|||
layout: link
|
||||
description: 'Chillean lean, straight out of Valparaíso'
|
||||
uid: 'birraweed'
|
||||
cover: 'birraweed.jpg'
|
||||
image: 'birraweed.jpg'
|
||||
download: ''
|
||||
link: 'https://youtu.be/qsxGmA4frLA'
|
||||
---
|
||||
|
|
|
@ -7,7 +7,7 @@ tags: [yung, lean, article]
|
|||
layout: link
|
||||
description: 'Codes, idioms and how the Yungster redefined the notion of a band.'
|
||||
uid: 'powerfullylean1unf13r9u1ruvbpeif'
|
||||
cover: 'clr.jpg'
|
||||
image: 'clr.jpg'
|
||||
download: ''
|
||||
link: 'https://youtu.be/TmAvt5p6f8g'
|
||||
author: set
|
||||
|
|
|
@ -7,7 +7,7 @@ tags: [spanish,post-pop,porc,]
|
|||
layout: link
|
||||
description: 'PORC, or what happens when you conglomerate Punk, Techno, Rock and Cumbia'
|
||||
uid: 'losgangliosnomamesguey'
|
||||
cover: 'trnx_losganglios.jpg'
|
||||
image: 'trnx_losganglios.jpg'
|
||||
download: ''
|
||||
link: 'http://losganglios.com/videos/'
|
||||
---
|
||||
|
|
|
@ -7,7 +7,7 @@ tags: [acid,december,]
|
|||
layout: link
|
||||
description: 'Intergalactic tradition finally back in our dimension.'
|
||||
uid: 'aciddecember2018'
|
||||
cover: 'aciddecember2018.jpg'
|
||||
image: 'aciddecember2018.jpg'
|
||||
download: ''
|
||||
link: 'http://acid.datapop.se/'
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [internal,album]
|
|||
layout: link
|
||||
description: 'Sakrecoer Sells out!'
|
||||
uid: 'waitinggamesakrecoer2019'
|
||||
cover: 'waitinggame.jpg'
|
||||
image: 'waitinggame.jpg'
|
||||
download: ''
|
||||
link: 'https://sakrecoer.com/waitinggame/'
|
||||
---
|
||||
|
|
|
@ -6,7 +6,7 @@ tags: [internal,release,EP]
|
|||
layout: link
|
||||
description: 'Satoshi Mon Ami EP, out now!'
|
||||
uid: 'kas tu fais de nous 2019'
|
||||
cover: '2018-setto-single-003-reve_de_toi-117bpm_sqaure_FINAL.jpg'
|
||||
image: '2018-setto-single-003-reve_de_toi-117bpm_sqaure_FINAL.jpg'
|
||||
download: ''
|
||||
link: 'https://shop.basspistol.com/album/satoshi-mon-ami'
|
||||
---
|
||||
|
|
|
@ -7,7 +7,7 @@ tags: [internal,release,EP]
|
|||
layout: link
|
||||
description: 'What if there was another space within cyberspace? What if there was a place the strange could call a home?'
|
||||
uid: 'darkweb2019'
|
||||
cover: 'coverartDarkweb_setto.jpg'
|
||||
image: 'coverartDarkweb_setto.jpg'
|
||||
download: ''
|
||||
link: 'https://setto.basspistol.com/darkweb'
|
||||
---
|
||||
|
|
|
@ -8,7 +8,7 @@ tags: []
|
|||
layout:
|
||||
description: ''
|
||||
uid: ''
|
||||
cover: ''
|
||||
image: ''
|
||||
download: ''
|
||||
link: ''
|
||||
image: ''
|
||||
|
|
|
@ -32,7 +32,7 @@ pagination:
|
|||
{% for post in paginator.posts %}
|
||||
<div class="records" style="border-bottom: solid 1px #f4ffe8;">
|
||||
<a href="{{ base }}{{ post.url }}">
|
||||
<img class="recordthumbs" src="{{ base }}/assets/img/thumb/{{ post.cover }}" title="{{ post.title }}" alt="{{ post.title }}" />
|
||||
<img class="recordthumbs" src="{{ base }}/assets/img/thumb/{{ post.image }}" title="{{ post.title }}" alt="{{ post.title }}" />
|
||||
<h3>{{ post.title}}</h3></a>
|
||||
<p>{{ post.date | date: "%a, %b %d, %Y" }} </p>
|
||||
<p>{{ post.description }} </p>
|
||||
|
|
|
@ -83,7 +83,7 @@ thumb: intro_loop_.png
|
|||
<div class="records">
|
||||
<h1>Highlights</h1>
|
||||
{% for page in site.categories.highlights offset: 0 limit: 1 %}
|
||||
<a href="{{ base }}{{ page.url }}" title="{{ page.title }}"><div class="highlights" style="background-image: url('{{ base }}/assets/img/thumb/{{ page.cover }}')">
|
||||
<a href="{{ base }}{{ page.url }}" title="{{ page.title }}"><div class="highlights" style="background-image: url('{{ base }}/assets/img/thumb/{{ page.image }}')">
|
||||
</div><h3>{{ page.title }} </h3></a>
|
||||
<p>Highlights are things we think you want to discover. Tracks, articles, videos, interviews and reviews, curated but also original content. They are delivered to you daily. Here or via RSS.</p>
|
||||
{% endfor %}
|
||||
|
|
4
rss.xml
4
rss.xml
|
@ -42,7 +42,7 @@ title : The Basspistol RSS Feed
|
|||
<title>{{ post.title }}</title>
|
||||
<link>{% if post.layout contains "article" %}{{ site.production_url }}{{ post.url }}{% elsif post.layout contains "link" %}{{ post.link }}{% endif %} </link>
|
||||
<guid isPermaLink="false">{{ post.uid }}</guid>
|
||||
<description> <img src="{{ site.production_url }}/assets/img/thumb/{{ post.cover }}" /> <br />{{ post.description | xml_escape }} {% if post.layout contains "link" %}<br />Full article on: <a href="{{ site.production_url }}{{ post.url }}">{{ site.production_url }}{{ post.url }}</a>{% endif %}</description>
|
||||
<description> <img src="{{ site.production_url }}/assets/img/thumb/{{ post.image }}" /> <br />{{ post.description | xml_escape }} {% if post.layout contains "link" %}<br />Full article on: <a href="{{ site.production_url }}{{ post.url }}">{{ site.production_url }}{{ post.url }}</a>{% endif %}</description>
|
||||
<category>Podcasts</category>
|
||||
<author>{{ post.artist | xml_escape }}</author>
|
||||
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
|
||||
|
@ -51,7 +51,7 @@ title : The Basspistol RSS Feed
|
|||
<itunes:subtitle>{{ post.description | strip_html | truncate: 252 | xml_escape }}</itunes:subtitle>
|
||||
<itunes:summary>{{ post.description | xml_escape }}</itunes:summary>
|
||||
<itunes:keywords>{% for tags in post.tags %}{{ tags | strip_html | xml_escape }}{% unless forloop.last %}, {% endunless %}{% endfor %}</itunes:keywords>
|
||||
<itunes:image href="{{ site.production_url }}/assets/img/{{ post.cover }}"/>
|
||||
<itunes:image href="{{ site.production_url }}/assets/img/{{ post.image }}"/>
|
||||
</item>
|
||||
{% endfor %}
|
||||
</channel>
|
||||
|
|
Loading…
Reference in a new issue