From 46779476a570346661a2741607265caed42829b2 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 18 Apr 2026 18:19:47 +0200 Subject: consolidated duplicated shortcodes. Initial fix of the content files. Manual review needed --- themes/danix-xyz-hacker/layouts/shortcodes/figure.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 themes/danix-xyz-hacker/layouts/shortcodes/figure.html (limited to 'themes/danix-xyz-hacker/layouts/shortcodes/figure.html') diff --git a/themes/danix-xyz-hacker/layouts/shortcodes/figure.html b/themes/danix-xyz-hacker/layouts/shortcodes/figure.html deleted file mode 100644 index 27d6cb2..0000000 --- a/themes/danix-xyz-hacker/layouts/shortcodes/figure.html +++ /dev/null @@ -1,8 +0,0 @@ -{{- $src := .Get "src" -}} -{{- $alt := .Get "alt" -}} -{{- $class := .Get "class" -}} -
- {{- if $src -}}{{ $alt }}{{ end -}} - {{- .Inner -}} - {{- if .Get "caption" -}}
{{ .Get "caption" }}
{{ end -}} -
-- cgit v1.2.3