From 152dcd73fe3361d65edf7fe6258b925dbb59db91 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 24 Aug 2024 05:35:35 +0000 Subject: [PATCH] Address Issue #73 Signed-off-by: GitHub Action --- layouts/partials/human_made.html | 4 ++-- layouts/partials/svg.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/human_made.html b/layouts/partials/human_made.html index e31b5b7..0eb2d73 100644 --- a/layouts/partials/human_made.html +++ b/layouts/partials/human_made.html @@ -1,6 +1,6 @@ {{- if (and (in .Site.Params.human "single") (ne .Type "posts")) -}} - + {{- end -}} {{- if (and (in .Site.Params.human "posts") (eq .Type "posts")) -}} - + {{- end -}} \ No newline at end of file diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index b09ed6f..03b70eb 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -118,8 +118,8 @@ {{- else if (eq .name "404-archive") -}} -{{- else if (eq .name "humanMade") -}} - +{{- else if (eq .name "brainMade") -}} + {{- else -}} {{- end -}}