From 1961fbf734591f447019b3ab9431b70519b9e944 Mon Sep 17 00:00:00 2001 From: zzzmisa Date: Fri, 24 Dec 2021 18:12:50 +0900 Subject: Make it possible to delete the white square --- layouts/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 478c818..6fb40de 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -83,10 +83,12 @@
-
-

{{ .title }}

-

{{ .description }}

-
+ {{ if or .title .description }} +
+

{{ .title }}

+

{{ .description }}

+
+ {{ end }}

-- cgit v1.2.3