blob: b84d572f1c529b03f0ecfd4418a7e83dd83027ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{{partial "header.tmpl" .}}
<div class="row">
<header><p>{{.Title}}</p></header>
</div>
<div class="container content journal">
<div class="row">
<div class="twelve columns article">
<h6><a class="header-link" href="//www.complicissimus.de" title="Der Complicissimus.de">Der Complicissimus.de</a></h6>
<p>My Blog, where I collect interesting articles on the web and post my random thoughts (in German).</p>
<div class="row center">
<a class="button button-dark" href="//www.complicissimus.de">Read More</a>
</div>
</div>
</div>
</div>
<div class="container content journal">
<div class="row">
<div class="twelve columns article">
<h6><a href="//www.fuselkönig.de" title="Fuselkönig.de" class="header-link">Fuselkönig.de</a></h6>
<p>I write over Alcohol and Spirits and keep notes of the taste. It's in German as well.</p>
<div class="row center">
<a class="button button-dark" href="//www.fuselkoenig.de">Read More</a>
</div>
</div>
</div>
</div>
<div class="row center">
<p class="twelve columns" style="margin-top: 20px">
<a class="button" href="../" title="back to index">go back</a>
</p>
</div>
{{partial "footer.tmpl" .}}
|