summaryrefslogtreecommitdiffstats
path: root/_build/themes/ninenines/layouts/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-05-24 18:34:54 +0200
committerLoïc Hoguin <[email protected]>2017-05-24 18:34:54 +0200
commitba747a8782f61bf164abe7d54c44d5770d9f7b1d (patch)
tree497cf161c0b48b6730e8cbbd1f473afb011450e1 /_build/themes/ninenines/layouts/index.html
parent642b100b776c8f4864ae9a2afc11d7124f640ce3 (diff)
downloadninenines.eu-ba747a8782f61bf164abe7d54c44d5770d9f7b1d.tar.gz
ninenines.eu-ba747a8782f61bf164abe7d54c44d5770d9f7b1d.tar.bz2
ninenines.eu-ba747a8782f61bf164abe7d54c44d5770d9f7b1d.zip
Make the bountysource public and playbook more visible
Diffstat (limited to '_build/themes/ninenines/layouts/index.html')
-rw-r--r--_build/themes/ninenines/layouts/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_build/themes/ninenines/layouts/index.html b/_build/themes/ninenines/layouts/index.html
index 49eff047..e37230a9 100644
--- a/_build/themes/ninenines/layouts/index.html
+++ b/_build/themes/ninenines/layouts/index.html
@@ -3,7 +3,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container">
- <em class="brand">Our projects</em>
+ <em class="brand">All projects</em>
<div class="nav-collapse">
<ul class="nav">
{{ $.Scratch.Set "projects" 0 }}
@@ -13,6 +13,7 @@
{{ $.Scratch.Add "projects" 1 }}
</li>
{{ end }}
+ <li><a href="/articles/erlanger-playbook">The Erlanger Playbook</a></li>
</ul>
</div>
</div>