mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 09:02:29 +00:00
10 lines
261 B
HTML
10 lines
261 B
HTML
{{- range .Widgets -}}
|
|
{{- if eq . "search" -}}
|
|
{{- if not ( eq $.Scope.Layout "search" ) -}}
|
|
{{- partial ( print "widgets/" . ) $.Scope -}}
|
|
{{- end -}}
|
|
{{- else -}}
|
|
{{- partial ( print "widgets/" . ) $.Scope -}}
|
|
{{- end -}}
|
|
{{- end -}}
|