basspistol.com/log.html

27 lines
755 B
HTML
Raw Normal View History

2020-09-08 18:07:38 +02:00
---
title: Web-Log
2020-09-08 19:36:59 +02:00
description: 'highlights, announcenments and thoughts going on in the 徒 setto セット Cypher. In written form intertwined with audio'
2020-09-08 18:07:38 +02:00
image: /images/pages/4-darkweb-instrumental-.jpeg
---
{% include relBase.html %}
{% include header.html %}
<section>
<h2>Latest News</h2>
</section>
{% for post in site.posts %}
2020-09-08 19:36:59 +02:00
{% if post.category == 'highlights' %}
2020-09-08 18:07:38 +02:00
<section class="news" style="margin:0;">
<div style="background-image:url({{ relBase }}{{ post.image }}"></div>
<div class="description">
<h2>{{ post.title }}</h2>
<p><strong>{% include forloop-dates.html %}</strong></p>
<p>{{ post.description }}</p>
<p><a href="{{ relBase }}{{ post.url }}" class="button">Read post</a></p>
</div>
</section>
{% endif %}
{% endfor %}