diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-11-11 15:13:08 +0100 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-11-11 15:13:08 +0100 |
| commit | c55eca3683cd1cae0f2ab754d69ebbb41f68a8df (patch) | |
| tree | a3ab307a8b1e7e6f24fdf2cb40b032703e4c942a | |
| parent | 30ef397e7e41342e2b0f76c60ac444ee970b666f (diff) | |
sidebar.html: remove debug
| -rw-r--r-- | layouts/partials/sidebar.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 562b51c..1ec9842 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -23,8 +23,6 @@ <h1>{{ .Site.Title }}</h1> - <h1>{{ .IsHome }}</h1> - {{ with .Site.Params.description }} <p class="lead">{{.}}</p> {{end}} |
