From 74553b84f20a64d58ef1e6fe3dccea91a3ce62f8 Mon Sep 17 00:00:00 2001 From: uPagge Date: Sun, 20 Jun 2021 21:53:50 +0300 Subject: fix css --- layouts/shortcodes/img-style.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/shortcodes/img-style.html b/layouts/shortcodes/img-style.html index 4f0dd7d..5be8b6f 100644 --- a/layouts/shortcodes/img-style.html +++ b/layouts/shortcodes/img-style.html @@ -1,5 +1,6 @@ {{- $size := cond $.IsNamedParams ($.Get "size") "" | default "" -}} {{- $position := cond $.IsNamedParams ($.Get "position") "" | default "center" -}} -
+{{- $margin := cond $.IsNamedParams ($.Get "margin") "" | default "" -}} +
{{ .Inner }} -
\ No newline at end of file +
-- cgit v1.2.3