summaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-05-26 17:14:53 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-05-26 17:14:53 +0200
commit4556a4ec7753a8cf85e0568e245dc3e7328bc708 (patch)
tree831114beba69bb33f647dd28f295a44224c91cce /layouts/partials/header.html
parentbd8464abb8deee0d31bb84cc47cd3335c0e688d5 (diff)
downloadblog-4556a4ec7753a8cf85e0568e245dc3e7328bc708.tar.gz
blog-4556a4ec7753a8cf85e0568e245dc3e7328bc708.zip
add creative texts (Deutsch) in its own section
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 89a67ba..1881eff 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -18,3 +18,12 @@
</div>
{{ if eq $isHomePage true }}<h1 class="site-title">{{ .Site.Title }}</h1>{{ end }}
</header>
+ <div class="container">
+ <div class="row">
+ {{ range $section, $p := .Site.Sections }}
+ <div class="one-half column">
+ <a class="button" href="/{{ $section }}/">{{ $section }}</a>
+ </div>
+ {{ end }}
+ </div>
+ </div>