From aa12014c9d53de7399eafe402ade38969f9b43fc Mon Sep 17 00:00:00 2001
From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com>
Date: Mon, 14 Feb 2022 21:41:09 -0600
Subject: [PATCH] Remove blank keywords
---
layouts/partials/academia/list-single.html | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/layouts/partials/academia/list-single.html b/layouts/partials/academia/list-single.html
index cf0cb31..48dce06 100644
--- a/layouts/partials/academia/list-single.html
+++ b/layouts/partials/academia/list-single.html
@@ -32,11 +32,13 @@
{{ .Params.journal }}: {{ .Params.location }} ({{ dateFormat "02 Jan 2006" .Params.date }})
- Keywords:
- {{ range .Params.keywords }}
- {{ . }}
+ {{ with .Params.keywords }}
+ Keywords:
+ {{ range . }}
+ {{ . }}
+ {{ end }}
+
{{ end }}
-
Abstract
{{ .Content }}