setto.basspistol.com/log.html

36 lines
1.1 KiB
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' %}
2020-12-15 21:15:33 +01:00
<section id="read" class="front-section">
<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.title }}</h3>
<p><strong><time datetime="{{ post.date }}">{% include forloop-dates.html %}</time></strong></p>
<p>{{ post.description }}</p>
</div>
<div>
<p><a class="button" href="{{ relBase }}{{ post.url }}#read">📰 Read Highlight</a></p>
</div>
</div>
</div>
2020-07-27 12:31:29 +02:00
</section>
2020-08-04 12:07:59 +02:00
{% endif %}
{% endfor %}