basspistol.com/highlights.html

43 lines
1.2 KiB
HTML
Raw Normal View History

2019-04-01 23:16:35 +02:00
---
title: Highlights
subtitle: Hi-Lights
description: 'Links to secret music, infamous articles, forbiden videos, off the record interviews and much more...'
2020-07-11 09:07:24 +02:00
tags:
- music
- news
- blog
- interviews
- links
- promotion
2019-04-02 00:28:32 +02:00
video_path: /assets/vid/highlights.mp4
2020-07-09 10:15:00 +02:00
image: /assets/vid/highlights.jpg
2019-04-01 23:16:35 +02:00
permalink: /highlights/
2020-09-08 18:07:38 +02:00
layout: default
2019-04-01 23:16:35 +02:00
---
2019-12-16 12:12:57 +01:00
{% include relBase.html %}
2020-09-08 18:07:38 +02:00
{% include header.html %}
2020-07-09 10:15:00 +02:00
{% for post in site.posts %}
2020-09-08 19:36:59 +02:00
{% if post.category == 'highlights' %}
2020-09-25 11:35:37 +02:00
<section class="front-section" id="read">
2020-09-08 18:07:38 +02:00
<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 Posy</a></p>
2020-07-09 10:15:00 +02:00
</div>
2020-09-08 18:07:38 +02:00
<div class="description">
<div class="container">
<div class="">
<h3>{{ post.title }}</h3>
2020-10-14 14:02:46 +02:00
<p><time datetime="{{ post.date }}">{% include forloop-dates.html %}</time></p>
2020-09-08 18:07:38 +02:00
{{ post.description }}
</div>
<div>
2020-09-11 11:22:50 +02:00
<p><a class="button" href="{{ relBase }}{{ post.url }}">📰 Read Highlight</a></p>
2020-09-08 18:07:38 +02:00
</div>
</div>
2020-07-09 10:15:00 +02:00
</div>
2020-09-08 18:07:38 +02:00
</section>
{% endif %}
2020-07-09 10:15:00 +02:00
{% endfor %}
2020-09-08 18:07:38 +02:00
2020-07-09 10:15:00 +02:00
{% include footer.html %}