basspistol.com/links.html

50 lines
1.0 KiB
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'
tags:
- links
- music
- record
- labels
- resources
- friends
video_path: /assets/vid/links.mp4
image: /assets/vid/links.jpg
---
{% include relBase.html %}
{% include header.html %}
{% assign sorted = site.data.links | sort: 'title' %}
{% for post in sorted %}
<section class="front-section" id="read">
<div style="background-image:url({{ post.image }})">
<p class="editor-link"><a href="cloudcannon:collections/_posts/{{ post.path }}" rel="nofollow"
class="btn"><strong>&#9998;</strong> Edit Post</a></p>
</div>
<div class="description">
<div class="container">
<div class="">
<h3>
{{ post.banner }}
</h3>
</div>
<div>
<p><a class="button" href="{{ post.url }}" rel="noopener" target="_blank">🔗 {{ post.title }}</a></p>
</div>
</div>
</div>
</section>
{% endfor %}