moving things

This commit is contained in:
Set Sakrecoer 2019-04-28 20:10:50 +02:00
parent 71ead24d33
commit 74c6416fbd
2 changed files with 13 additions and 31 deletions

View file

@ -1,30 +1,18 @@
--- ---
layout: default layout: default
--- ---
<div class="image-fullscreen" style="background-image:url('{{ site.baseurl }}{{ page.bgimg }}')"></div>
<div id="blogcontent"> <div id="blogcontent">
<table> <h1>{{ page.title }}</h1>
<tr> {{ content }}
<td><h1>{{ page.title }}</h1></td> <!-- pagination -->
<td>{{ content }}<!-- pagination --> <div style="text-align:center;">
<br />
<div style="text-align:center;">
<hr />
{% if page.next_in_category != nil %} {% if page.next_in_category != nil %}
&nbsp;&nbsp;<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 %} <a href="{{ site.baseurl }}{{ page.next_in_category.url }}" title="Previous Post"
{% if page.previous_in_category != nil %} style="font-weight:bold;font-size:24px;text-transform:uppercase;">Previous Post < </a> {% endif %}
<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> {% 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 %} {% 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> </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>

View file

@ -1,15 +1,9 @@
--- ---
layout: default layout: default
--- ---
<a id="about" href="about/">About</a>
<a id="log" href="blog/">Log</a>
<a id="music" href="music/">Music</a>
<a id="discog" href="discography/">Discog</a>
<a id="links" href="links/">Links</a>
<div id="a"> <div id="a">
<h1 style="font-size:144px;letter-spacing:-1px;color:#fff;">GREETINGS<br />ROBOT!</h1> <h1 style="font-size:144px;letter-spacing:-1px;">GREETINGS<br />ROBOT!</h1>
</div> </div>
<div id="ab"></div> <div id="ab"></div>