From 52ec5d04d585a4ac4b5a4215d3b0aa5a79006c26 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 11 May 2022 01:03:10 +0200 Subject: Minor code cleanup --- layouts/shortcodes/indent.html | 3 +-- layouts/shortcodes/raw-html.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/indent.html b/layouts/shortcodes/indent.html index d22f84a..04f0b3f 100644 --- a/layouts/shortcodes/indent.html +++ b/layouts/shortcodes/indent.html @@ -1,2 +1 @@ -{{ $size := .Get 0 -}} - + diff --git a/layouts/shortcodes/raw-html.html b/layouts/shortcodes/raw-html.html index 98bce65..59448a1 100644 --- a/layouts/shortcodes/raw-html.html +++ b/layouts/shortcodes/raw-html.html @@ -1 +1 @@ -{{.Inner}} +{{ .Inner }} -- cgit v1.2.3