From 220677131ae74e884736f2b8c122df5b9a891d18 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 17 Nov 2025 20:32:33 +0100 Subject: remove unused shortcodes --- layouts/shortcodes/img.html | 1 - layouts/shortcodes/sml.html | 1 - layouts/shortcodes/time-now.html | 1 - 3 files changed, 3 deletions(-) delete mode 100644 layouts/shortcodes/img.html delete mode 100644 layouts/shortcodes/sml.html delete mode 100644 layouts/shortcodes/time-now.html (limited to 'layouts') diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html deleted file mode 100644 index 8685a99..0000000 --- a/layouts/shortcodes/img.html +++ /dev/null @@ -1 +0,0 @@ -{{ .Get "alt" }} diff --git a/layouts/shortcodes/sml.html b/layouts/shortcodes/sml.html deleted file mode 100644 index d27ced1..0000000 --- a/layouts/shortcodes/sml.html +++ /dev/null @@ -1 +0,0 @@ -{{ .Inner }} diff --git a/layouts/shortcodes/time-now.html b/layouts/shortcodes/time-now.html deleted file mode 100644 index d09ddc4..0000000 --- a/layouts/shortcodes/time-now.html +++ /dev/null @@ -1 +0,0 @@ -{{ time.Now.Format "02/01/2006" }} -- cgit v1.2.3