summaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html13
1 files changed, 11 insertions, 2 deletions
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"}}