diff --git a/layouts/partials/extensions/command-palette.html b/layouts/partials/extensions/command-palette.html
index 647fee4..bfed484 100644
--- a/layouts/partials/extensions/command-palette.html
+++ b/layouts/partials/extensions/command-palette.html
@@ -1,4 +1,11 @@
{{ if or (not (isset .Site.Params "command" )) .Site.Params.command }}
+
@@ -78,17 +85,6 @@
{{- end -}}
-{{/* {{- range $dataNetwork.edges -}}
- {{ if eq .target $fileReference }}
- {{ $source := lower (replace .source "\\" "/") }}
- {{ with ($.Site.GetPage $source) }}
- {{ if not (in $sources $source) }}
- {{ $sources = $sources | append $source }}
- {{ end }}
- {{ end }}
- {{ end }}
-{{- end -}} */}}
-
{{- if $sources -}}
{{ range $sources }}
{{ with ($.Site.GetPage .) }}