diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-17 20:32:33 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-17 20:34:54 +0100 |
| commit | 220677131ae74e884736f2b8c122df5b9a891d18 (patch) | |
| tree | 34213f7207caabfa1d02d418936577ad818f4fe4 | |
| parent | 6c63ada5f535b029b2e141b8d8315e4f6b0148ff (diff) | |
remove unused shortcodes
| -rw-r--r-- | layouts/shortcodes/img.html | 1 | ||||
| -rw-r--r-- | layouts/shortcodes/sml.html | 1 | ||||
| -rw-r--r-- | layouts/shortcodes/time-now.html | 1 |
3 files changed, 0 insertions, 3 deletions
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 @@ -<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}' class='{{ .Get "size" }}'> 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 @@ -<small>{{ .Inner }}</small> 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" }} |
