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:
authorcarfesh <carfesh@gmx.net>2016-01-14 20:45:39 +0300
committercarfesh <carfesh@gmx.net>2016-01-14 20:45:39 +0300
commit4ee81be9f7e62d11736ec769aa8b8f267a1dcca0 (patch)
treec9e6cc46babb9ceda20c301be78b6048f91e2f1c
parent7243aee63d4a6bef3b6a1ab49c4b98679c272996 (diff)
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>