diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/list.html | 2 | ||||
| -rw-r--r-- | layouts/_default/single.html | 2 | ||||
| -rw-r--r-- | layouts/blogs/single.html | 32 | ||||
| -rw-r--r-- | layouts/error/single.html | 2 | ||||
| -rw-r--r-- | layouts/index.html | 13 | ||||
| -rw-r--r-- | layouts/projects/single.html | 4 |
6 files changed, 48 insertions, 7 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 8f648dd..f18b449 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,6 +1,6 @@ {{partial "header.tmpl" .}} <div class="row"> - <header><p><a href="{{$.Site.BaseURL}}" class="black-link header-link" title="go back">journal</a></p></header> + <header><p><a href="{{$.Site.BaseURL}}" class="black-link header-link" title="go back">snippets</a></p></header> </div> {{ range .Data.Pages }} <div class="container journal content"> diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6f53645..6ac900a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -12,7 +12,7 @@ </div> <div class="row center"> <p class="twelve columns" style="margin-top: 20px"> - <a class="button" href="../" title="back to index">back to journal</a> + <a class="button" href="../" title="back to index">back to snippets</a> </p> </div> {{partial "footer.tmpl"}} 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" .}} diff --git a/layouts/error/single.html b/layouts/error/single.html index d126d2f..959476f 100644 --- a/layouts/error/single.html +++ b/layouts/error/single.html @@ -29,7 +29,7 @@ _ ___ _.--. <div class="row center"> <p class="twelve columns" style="margin-top: 20px"> - <a class="button" href="../" title="back to index">go back</a> + <a class="button" href="../" title="go back" onclick="javascript:history.go(-1);return false;">go back</a> </p> </div> {{partial "footer.tmpl" .}} diff --git a/layouts/index.html b/layouts/index.html index 79e4bdc..6e3e448 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,17 +5,26 @@ <div class="container main"> <div class="row"> <div class="twelve columns"> - <a href="https://www.complicissimus.de" title="blog">the blog</a> + <a href="blogs/" title="blogs">blogs</a> </div> <div class="twelve columns margin-top-small"> <a href="projects/" title="side projects">projects</a> </div> - <div class="twelve columns margin-top-small"> + <!--div class="twelve columns margin-top-small"> + <a href="projects/" title="side projects">websites</a> + </div--> + <!--div class="twelve columns margin-top-small"> <a href="journal/" title="journal">journal</a> + </div--> + <div class="twelve columns margin-top-small"> + <a href="snippets/ " title="snippets">snippets</a> </div> <div class="twelve columns margin-top-small"> <a href="contact/" title="contact">contact</a> </div> + <!--div class="twelve columns margin-top-small"> + <a href="projects/" title="side projects">more</a> + </div--> </div> </div> {{partial "footer.tmpl"}} diff --git a/layouts/projects/single.html b/layouts/projects/single.html index 8f7db35..8b92906 100644 --- a/layouts/projects/single.html +++ b/layouts/projects/single.html @@ -15,9 +15,9 @@ <a href="https://images.iamfabulous.de" title="images">images</a><br> <a href="https://scribble.iamfabulous.de" title="scribble">scribble</a><br> <!--a href="https://uhttpd.iamfabulous.de" title="uhttpd">uhttpd</a><br--> - <a href="{{$.Site.BaseURL}}uhttpd/" title="µhttpd">µhttpd</a><br> + <!--a href="{{$.Site.BaseURL}}uhttpd/" title="µhttpd">µhttpd</a><br--> <!--a href="https://ifconfig.iamfabulous.de" title="your ip">your ip</a><br--> - <a href="{{$.Site.BaseURL}}journal/my-ip" title="your ip">your ip</a><br> + <a href="{{$.Site.BaseURL}}snippets/my-ip" title="your ip">your ip</a><br> <a href="https://bitch.iamfabulous.de" title="bitch">bitch</a><br> <a href="https://jungegemeinde.iamfabulous.de" title="junge gemeinde">jg</a> </div> |
