From 789ff52256b8f232710f280c5a992178d98e11c1 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Tue, 24 Nov 2020 10:38:53 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20trailing=20newline=20in=20=C2=BBicon?= =?UTF-8?q?=C2=AB-shortcut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Really) fixes #12 😉. It seems like the removal was not picked up on 2ac6ce07e5577a6636c8c1298ba939f15838a8a0. --- layouts/shortcodes/icon.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/icon.html b/layouts/shortcodes/icon.html index 673742b..e349c20 100644 --- a/layouts/shortcodes/icon.html +++ b/layouts/shortcodes/icon.html @@ -1 +1 @@ -{{ with .Get "class" }}{{ end }} +{{ with .Get "class" }}{{ end }} \ No newline at end of file