setto.basspistol.com/log.html

27 lines
773 B
HTML
Raw Normal View History

2020-07-24 14:34:09 +02:00
---
title: Web-Log
2020-07-27 12:29:49 +02:00
description: 'Ramblings, announcenments and thoughts going on in the 徒 setto セット Cypher. In written form intertwined with audio'
2020-08-05 12:55:29 +02:00
image: /images/pages/4-darkweb-instrumental-.jpeg
2020-07-24 14:34:09 +02:00
---
2020-08-05 08:56:06 +02:00
{% include relBase.html %}
{% include header.html %}
2020-09-18 13:04:52 +02:00
<section id="read">
2020-08-04 12:07:59 +02:00
<h2>Latest News</h2>
2020-07-24 14:34:09 +02:00
</section>
{% for post in site.posts %}
2020-08-04 12:07:59 +02:00
{% if post.category == 'ramblings' %}
<section class="news" style="margin:0;">
2020-07-24 14:34:09 +02:00
2020-08-04 12:07:59 +02:00
<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>
2020-09-18 13:09:11 +02:00
<p><a href="{{ relBase }}{{ post.url }}#read" class="button">👀 Read post</a></p>
2020-08-04 12:07:59 +02:00
</div>
2020-07-27 12:31:29 +02:00
2020-08-04 12:07:59 +02:00
2020-07-27 12:31:29 +02:00
</section>
2020-08-04 12:07:59 +02:00
{% endif %}
{% endfor %}