From 73c11c2416054f3594ae741ea44387c0b5237e6e Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 9 Sep 2023 07:56:57 +0100 Subject: [PATCH] Remove unused conditionals --- layouts/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 1e396020..6b955a7d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,10 +5,6 @@ {{ define "main" }}
- {{ if .Site.Params.Portrait.Path }} - {{ .Site.Params.Portrait.Alt }} - {{ end }} -

{{ .Site.Title }}

{{ partial "subtitle.html" . }}