From e956994e135d1e6a2db3bfd29dfae98145f406d7 Mon Sep 17 00:00:00 2001
From: Konrad Kleine <konrad.kleine@posteo.de>
Date: Tue, 26 Mar 2019 20:45:46 +0000
Subject: [PATCH] Fix TOC header (#168)

---
 layouts/partials/menu-contextual.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/menu-contextual.html b/layouts/partials/menu-contextual.html
index 93b3952..ae50dc6 100644
--- a/layouts/partials/menu-contextual.html
+++ b/layouts/partials/menu-contextual.html
@@ -5,7 +5,7 @@
 
 {{- if .Params.toc -}}
   <div class="bg-light-gray pa3 nested-list-reset nested-copy-line-height nested-links">
-    <p class="f5 b mb3">{{ i18n "whatsInThis" humanize .Type }}</p>
+    <p class="f5 b mb3">{{ i18n "whatsInThis" . }}</p>
       {{ .TableOfContents }}
   </div>
 {{- end -}}

--
Gitblit v1.10.0