Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgizak <gizak@icloud.com>2015-01-27 02:51:25 +0300
committergizak <gizak@icloud.com>2015-01-27 02:51:25 +0300
commitc5efa8361817aef279a0c6c1bf4953c03d72a748 (patch)
treec157cab3be301df37071b42aae8437fa66b4b1e0
parentb0e2c3cde0f7fda2534f4a1f5a7132dceb904698 (diff)
Click brand to get back to blog index
-rw-r--r--layouts/partials/navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index a1a63b7..9f0cb06 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -11,7 +11,7 @@
<div class="eight columns offset-by-two">
<ul class="">
{{ $burl := .Site.BaseUrl }}
- <li class="u-pull-left"> <a href="/" class="brand" style="font-weight:bold;font-size:normal"> {{ .Site.Title }} </a></li>
+ <li class="u-pull-left"> <a href="{{ $burl }}" class="brand" style="font-weight:bold;font-size:normal"> {{ .Site.Title }} </a></li>
<li class="u-pull-right cate"> <a href="{{ $burl }}/about/" class=""> About </a></li>
{{ range $name, $pages := .Site.Taxonomies.categories }}
<li class="u-pull-right cate"> <a href="{{ $burl }}/categories/{{ $name | urlize }}" class=""> {{ $name | title }} </a></li>