sakrecoer-mother-web/_layouts/post.html
Set Sakrecoer f41d81eec0 layouting
2019-07-10 02:16:43 +02:00

19 lines
846 B
HTML

---
layout: default
---
{% include navmenu.html %}
<div id="blogcontent">
<h1>{{ page.title }}</h1>
{{ content }}
<!-- pagination -->
<div style="text-align:center;">
{% if page.next_in_category != nil %}
<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>
{% endif %}
</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>