Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-11-24 12:38:53 +0300
committerJan Raasch <jan@janraasch.com>2020-11-24 12:39:47 +0300
commit789ff52256b8f232710f280c5a992178d98e11c1 (patch)
tree2731decee4af9dce80bcfad93ee4d36d53e51877
parent2ac6ce07e5577a6636c8c1298ba939f15838a8a0 (diff)
Remove trailing newline in »icon«-shortcut
(Really) fixes #12 😉. It seems like the removal was not picked up on 2ac6ce07e5577a6636c8c1298ba939f15838a8a0.
-rw-r--r--layouts/shortcodes/icon.html2
1 files changed, 1 insertions, 1 deletions
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" }}<i class="{{ . }}"></i>{{ end }}
+{{ with .Get "class" }}<i class="{{ . }}"></i>{{ end }} \ No newline at end of file