15 lines
569 B
HTML
15 lines
569 B
HTML
---
|
|
layout: default
|
|
title: Blog
|
|
bgimg: /assets/img/bg/blog.jpg
|
|
---
|
|
|
|
This website is not a place for dialogues, hence you cannot comment. <br />But hey! If you are upSet, happy or lost, I'd love to hear from you on this mail: public [at] sakrecoer [dot] com<br />Haters are encouraged to tell and show EVERYBODY how hateworthy this is.<hr />
|
|
|
|
{% for post in site.categories.blog %}
|
|
|
|
<p class="date">{{ post.date | date_to_string }}</p><h1 class="blogtitle"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
|
|
<hr />
|
|
{% endfor %}
|
|
|