2019-04-24 17:18:35 +02:00
|
|
|
---
|
2019-04-24 18:56:12 +02:00
|
|
|
layout: default
|
2019-04-24 17:18:35 +02:00
|
|
|
---
|
|
|
|
<div id="blogcontent">
|
2019-04-28 20:10:50 +02:00
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
{{ content }}
|
|
|
|
<!-- pagination -->
|
|
|
|
<div style="text-align:center;">
|
2019-04-24 17:18:35 +02:00
|
|
|
{% if page.next_in_category != nil %}
|
2019-04-28 20:10:50 +02:00
|
|
|
<a href="{{ site.baseurl }}{{ page.next_in_category.url }}" title="Previous Post"
|
|
|
|
style="font-weight:bold;font-size:24px;text-transform:uppercase;">Previous Post < </a> {% endif %}
|
|
|
|
{% if page.previous_in_category != nil %} <a href="{{ site.baseurl }}{{ page.previous_in_category.url }}"
|
|
|
|
title="Next Post" style="font-weight:bold;font-size:24px;text-transform:uppercase;"> > Next Post</a>
|
2019-04-24 17:18:35 +02:00
|
|
|
{% endif %}
|
2019-04-28 20:10:50 +02:00
|
|
|
</div>
|
|
|
|
<p style="font-size:10px;">This website is not a place for dialogues, hence you cannot comment. But hey! If you
|
|
|
|
are upset, happy or lost, I'd love to here from you by email.</p>
|
|
|
|
</div>
|