From 5371560880608c6524fd1aa66c493fe76620179b Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 5 Apr 2024 17:56:15 -0400 Subject: [PATCH] Fix newline issue --- layouts/shortcodes/cited-work.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/cited-work.html b/layouts/shortcodes/cited-work.html index d80d1f1..61a811d 100644 --- a/layouts/shortcodes/cited-work.html +++ b/layouts/shortcodes/cited-work.html @@ -1 +1 @@ -{{ if .Get "url" }}{{ end }} +{{ if .Get "url" }}{{ end }} \ No newline at end of file