From 8620dd66bd2f9185a23de74025d591840c012354 Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Sat, 18 Aug 2018 06:54:46 +0700 Subject: [PATCH] removes the default site's description --- layouts/partials/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index a0e6c3a..67c73d4 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -13,7 +13,7 @@ {{ end }}

- {{ with .Site.Params.description }} {{.}} {{ else }} Your site's description {{end}} + {{ with .Site.Params.description }} {{.}} {{end}}

{{ partial "sidebar/menu.html" . }}