summaryrefslogtreecommitdiffstats
path: root/blog/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_includes')
-rw-r--r--blog/_includes/menubar.html2
1 files changed, 1 insertions, 1 deletions
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 %}
- <a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{% page_title page.title %}</a>
+ <a class="page-link" href="{{ page.url | prepend: site.baseurl | remove: 'index.html' }}">{% page_title page.title %}</a>
{% endif %}
{% endfor %}
{% include language-switcher.html %}