basspistol.com/links.html
2020-07-09 10:15:00 +02:00

25 lines
717 B
HTML

---
title: Links
subtitle: Links
description: 'Venture outside of your daily web-routine, read about some real projects. These links are way more than just Friends and Resources'
keywords: Links, music, record, labels, resources, friends
video_path: /assets/vid/links.mp4
image: /assets/vid/links.jpg
---
<div class="fitter">
{% assign sorted = site.data.links | sort: 'title' %}
{% for link in sorted %}
<div class="records" style="border-bottom: solid 1px #f4ffe8;">
<h2><a href="{{ link.url }}?ref=TheOuternationalMusicSyndicateWasHere" style="text-decoration:none;">{{ link.title }}</a></h2>
<p>{{ link.banner }} </p>
</div>
{% endfor %}
{% include footer.html %}
</div>