We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e4d07 commit 5ba4a81Copy full SHA for 5ba4a81
layouts/partials/init/index.html
@@ -1,4 +1,4 @@
1
-{{- .Scratch.Set "version" "v0.3.18" -}}
+{{- .Scratch.Set "version" "v0.3.19-c2dc17e9" -}}
2
{{- .Scratch.Set "this" dict -}}
3
4
{{- partial "init/detection-env.html" . -}}
layouts/partials/plugin/image-legacy.html
@@ -1,7 +1,4 @@
-{{- /*
- deprecated: image-legacy.html
- TODO delete this file in the next minor release
-*/ -}}
+{{- warnf "Deprecated image-legacy.html and will be removed in the next minor release, please use image.html instead." -}}
5
{{- $params := partial "function/params.html" -}}
6
{{- $class := .Class | default "" -}}
7
{{- $style := "" -}}
0 commit comments