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:
Diffstat (limited to 'layouts/partials/navbar.html')
-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>