From 39624a493248e2749fd328eeac8c8036abb6808b Mon Sep 17 00:00:00 2001 From: Johnson Date: Fri, 22 Aug 2014 10:59:49 +1000 Subject: [PATCH] Fix menu links for "welcome" anchors. In the `index.html`, `{{ welcome_content |markdownify }}` generates name attributes for header tags like "my-title", whereas `{{ post.content }}` generates name attributes like "my_title". This fixes the links for only the welcome menu items so that the anchors in the menu match the different name format. --- _layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 8e09eee..073cbc5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -35,8 +35,8 @@
  • Welcome
  • {% assign lastIsChild = false %}