switch to hacker theme

This commit is contained in:
Torsten Ruger
2017-11-28 20:59:01 +02:00
parent 82af6b9300
commit 9f1fec99f3
56 changed files with 230 additions and 13928 deletions

View File

@ -2,23 +2,23 @@
layout: site
---
<div class="row vspace10">
<div class="span10">
<h2 class="center">{{page.title}}</h2>
<div>
<h5 class="center">Written by {{page.author}} on {{page.date | date_to_string}}.</h5>
{{content}}
</div>
<div class="row">
<div>
<h1 class="center">{{page.title}}</h2>
<p class="center"><span> Written by {{page.author}} on {{page.date | date_to_string}}. </span></p>
</div>
<div class="span2">
<h2 class="center">Older</h2>
<div>
<ul class="nav nav-list">
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }} <small><small>{{ post.date | date: "%d.%m.%y" }} </small></small></a>
</li>
{% endfor %}
</ul>
</div>
<div>
{{content}}
</div>
</div>
<div class="row">
<h2 class="center">Older</h2>
<div>
<ul class="nav">
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }} <small>{{ post.date | date: "%d.%m.%y" }} </small></a>
</li>
{% endfor %}
</ul>
</div>
</div>