mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
hugo: remove unused redirect_from param from redirects tpl
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
{{- range .Params.aliases -}}
|
||||
{{ $redirects.SetInMap "paths" . $target }}
|
||||
{{- end -}}
|
||||
{{- range .Params.redirect_from -}}
|
||||
{{ $redirects.SetInMap "paths" . $target }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- range $target, $aliases := site.Data.redirects -}}
|
||||
|
||||
Reference in New Issue
Block a user