From 167b53699e4a91589f09524b4da0fb33038032cc Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Tue, 25 Jun 2019 10:55:36 -0700 Subject: [PATCH] Title or short title --- layouts/partials/docs-side-nav.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/docs-side-nav.html b/layouts/partials/docs-side-nav.html index 2e24d5e5a94..29857608a98 100644 --- a/layouts/partials/docs-side-nav.html +++ b/layouts/partials/docs-side-nav.html @@ -53,6 +53,8 @@
{{ if .Title }} {{.Title}} + {{ else if .Params.shortTitle }} + {{.Params.shortTitle}} {{ else }} (No Title) {{end}}