format of infopage
This commit is contained in:
parent
0f898ebc70
commit
dff8261923
|
@ -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>
|
||||
|
||||
|
||||
|
|
5
log.html
5
log.html
|
@ -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;">
|
||||
|
|
Loading…
Reference in a new issue