format of infopage

This commit is contained in:
sakrecoer 2020-08-05 08:56:06 +02:00
parent 0f898ebc70
commit dff8261923
2 changed files with 4 additions and 3 deletions

View file

@ -26,7 +26,7 @@ image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg
<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>
<p><a href="{{ relBase }}{{ post.url }}" class="button">Listen</a></p>
</div>

View file

@ -3,11 +3,12 @@ title: Web-Log
description: 'Ramblings, announcenments and thoughts going on in the 徒 setto セット Cypher. In written form intertwined with audio'
image: /images/pages/grace-brauteseth-1R0hB9WWVvQ-unsplash.jpg
---
{% include relBase.html %}
{% include header.html %}
<section>
<h2>Latest News</h2>
</section>
{% include relBase.html %}
{% include header.html %}
{% for post in site.posts %}
{% if post.category == 'ramblings' %}
<section class="news" style="margin:0;">