diff options
Diffstat (limited to 'layouts/blogs')
| -rw-r--r-- | layouts/blogs/single.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/layouts/blogs/single.html b/layouts/blogs/single.html new file mode 100644 index 0000000..b84d572 --- /dev/null +++ b/layouts/blogs/single.html @@ -0,0 +1,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" .}} |
