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

github.com/jaden/twentyfourteen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Hersam <dan@hersam.com>2016-01-14 22:09:57 +0300
committerDan Hersam <dan@hersam.com>2016-01-14 22:09:57 +0300
commit1d5ca2fef03e81dc59acfd1ca657478df3e55cfd (patch)
treec9e6cc46babb9ceda20c301be78b6048f91e2f1c
parent7243aee63d4a6bef3b6a1ab49c4b98679c272996 (diff)
parent4ee81be9f7e62d11736ec769aa8b8f267a1dcca0 (diff)
Merge pull request #4 from carfesh/master
remove "index.html" from entries added to the menu
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 19710b1..077046e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -41,7 +41,7 @@
<ul>
{{ range .Site.Menus.main }}
<li class="page_item">
- <a href="{{ .URL }}index.html">{{ .Name }}</a>
+ <a href="{{ .URL }}">{{ .Name }}</a>
</li>
{{ end }}
</ul>