Built with with Learn and Hugo.
diff --git a/layouts/shortcodes/added_in.html b/layouts/shortcodes/added_in.html deleted file mode 100644 index 272d9764..00000000 --- a/layouts/shortcodes/added_in.html +++ /dev/null @@ -1,21 +0,0 @@ -{{ $feature := .Get "feature" }} -{{ $update := .Get "update" }} - -{{ with $.Site.GetPage "page" "updates" $update }} -- Support for {{ $feature }} was added in the - {{ .Title }} - update. You need to be running at least that version of the kit software - in order to use this feature. -
-- ERROR: - {{ errorf "Invalid update specified: '%s' does not exist." $update }} -
-- | Version number | -Release Date | -Image Download | -
---|---|---|---|
{{ .Title }} | -{{ default "N/A" .Params.version }} | -{{ .Date.Format "2006-01-02" }} | -
- {{ if .Params.image }}
- Download pi-image.img.xz
- {{ else }}
- No SD card image available
- {{ end }}
- |
-
Download SD Card Image | - {{ end }} - - {{ if .Params.update }} -Download Update File | - {{ end }} -