Skip to content

Commit 5ba4a81

Browse files
committed
❌ Feat: deprecated image-legacy.html
1 parent 80e4d07 commit 5ba4a81

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

layouts/partials/init/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- .Scratch.Set "version" "v0.3.18" -}}
1+
{{- .Scratch.Set "version" "v0.3.19-c2dc17e9" -}}
22
{{- .Scratch.Set "this" dict -}}
33

44
{{- partial "init/detection-env.html" . -}}

layouts/partials/plugin/image-legacy.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
{{- /*
2-
deprecated: image-legacy.html
3-
TODO delete this file in the next minor release
4-
*/ -}}
1+
{{- warnf "Deprecated image-legacy.html and will be removed in the next minor release, please use image.html instead." -}}
52
{{- $params := partial "function/params.html" -}}
63
{{- $class := .Class | default "" -}}
74
{{- $style := "" -}}

0 commit comments

Comments
 (0)