From 4c5976d35b6d196c38deeee10a6d84b53f7fdf7c Mon Sep 17 00:00:00 2001 From: lafleur Date: Wed, 14 Oct 2020 15:20:21 +0200 Subject: [PATCH] add exposed link in main menu --- layouts/partials/header.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c9a5caf..d485ac7 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,14 +1,17 @@ +{{ $currentPage := . }}

- {{ .Site.Title }} + {{ .Site.Title }}

- {{ with .Site.Params.Description }} + {{ with $.Site.Params.Description }} {{ . }} {{ end }}