From a128ce9d9500ca62f6850958b6f582c2a9d46f3b Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 12 Feb 2016 22:32:45 +0100 Subject: Make menubar hide "index.html" from links. This allows us to use nicer URL's by putting pages into directories with the page name rather than files with html extension. --- blog/_includes/menubar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog/_includes/menubar.html') diff --git a/blog/_includes/menubar.html b/blog/_includes/menubar.html index 36f69e9..02c8860 100644 --- a/blog/_includes/menubar.html +++ b/blog/_includes/menubar.html @@ -5,7 +5,7 @@ {% endif %} {% for page in site.pages %} {% if page.title %} - {% page_title page.title %} + {% page_title page.title %} {% endif %} {% endfor %} {% include language-switcher.html %} -- cgit v1.2.3