moving things
This commit is contained in:
parent
71ead24d33
commit
74c6416fbd
2 changed files with 13 additions and 31 deletions
|
|
@ -1,30 +1,18 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="image-fullscreen" style="background-image:url('{{ site.baseurl }}{{ page.bgimg }}')"></div>
|
||||
|
||||
<div id="blogcontent">
|
||||
<table>
|
||||
<tr>
|
||||
<td><h1>{{ page.title }}</h1></td>
|
||||
<td>{{ content }}<!-- pagination -->
|
||||
|
||||
|
||||
|
||||
<br />
|
||||
<div style="text-align:center;">
|
||||
<hr />
|
||||
<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>
|
||||
<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></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue